SharpFS -- A Virtual FileSystem for .NET

VirtualFS Constructor (String, Boolean, Type[])

[This is preliminary documentation and subject to change.]

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

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

Parameters

rootTarget
The physical path which should be mounted to the root of the filesystem.
writableRoot
Whether or not the root should have write access enabled.
archivers
A list of archivers to be registered with the filesystem.

Remarks

The archiver necessary to read the root path must be included, or this method will fail.

See Also

VirtualFS Class | SharpFS Namespace | VirtualFS Constructor Overload List