SharpFS -- A Virtual FileSystem for .NET

VirtualFS.Mount Method (String, String)

[This is preliminary documentation and subject to change.]

Mounts a new archive to a virtual path.

public void Mount(
   string virtualPath,
   string target
);

Parameters

virtualPath
The virtual location at which the archive should be mounted.
target
The path to the target archive.

Remarks

Writing to this mount point will be disabled.

Exceptions

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

See Also

VirtualFS Class | SharpFS Namespace | VirtualFS.Mount Overload List