SharpFS -- A Virtual FileSystem for .NET

VirtualFS.Mount Method (String, String, Boolean)

[This is preliminary documentation and subject to change.]

Mounts a new archive to a virtual path.

public void Mount(
   string virtualPath,
   string target,
   bool enableWrite
);

Parameters

virtualPath
The virtual location at which the archive should be mounted.
target
The path to the target archive.
enableWrite
Whether or not writing to this mount point should be allowed.

Exceptions

Exception Type Condition
ArgumentNullException Thrown if virtualPath or target is null.

See Also

VirtualFS Class | SharpFS Namespace | VirtualFS.Mount Overload List