SharpFS -- A Virtual FileSystem for .NET

VirtualFS.CurrentDirectory Property

[This is preliminary documentation and subject to change.]

Gets or sets the current directory for the virtual filesystem. All operations on the filesystem are relative to this directory.

public string CurrentDirectory {get; set;}

Remarks

The current directory is a virtual directory, not a physical path.

Exceptions

Exception Type Condition
ArgumentNullException Thrown if the value of CurrentDirectory is set to null.

See Also

VirtualFS Class | SharpFS Namespace