Error!
Success!

Easy File System Path Manipulation in C#

0
kicks

Easy File System Path Manipulation in C#  (Unpublished)

FsPath root = "/foo/bar"; var baz = root / "blam" / "baz"; var etc = FsPath.Root("/etc/"); var passwd = etc / "passwd";


Kicked By:
Drop Kicked By: