SharpFS -- A Virtual FileSystem for .NET

VirtualFS Constructor (String, Type[])

[This is preliminary documentation and subject to change.]

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

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

Parameters

rootTarget
The physical path which should be mounted to the root of the filesystem.
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. The root will not be write enabled.

See Also

VirtualFS Class | SharpFS Namespace | VirtualFS Constructor Overload List