SharpFS -- A Virtual FileSystem for .NET

VirtualFS Constructor

[This is preliminary documentation and subject to change.]

Creates a new virtual filesystem with the given root path, permissions, and initial archivers.

Overload List

Creates a new virtual filesystem with the given root path, permissions, and initial archivers.

public VirtualFS(string,bool,params Type[]);

Creates a new virtual filesystem with the given root path and initial archivers.

public VirtualFS(string,params Type[]);

See Also

VirtualFS Class | SharpFS Namespace