Creates a new instance of VFSPath.
protected VFSPath(string path);path System.String
The path to the file system entry.
System.ArgumentNullException
Thrown when the path is null.
System.ArgumentException
Thrown when the path is invalid.
Creates a new instance of VFSPath.
protected VFSPath(string path);path System.String
The path to the file system entry.
System.ArgumentNullException
Thrown when the path is null.
System.ArgumentException
Thrown when the path is invalid.