MountCapableFileSystemProvider Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
A unix-like file system provider which mounts other file systems to the specified Directory
Syntax
public sealed class MountCapableFileSystemProvider : FileSystemProvider, IDisposable
Implements
Inherited Members
Remarks
Mount
Constructors
Name | Description |
---|---|
Mount |
Initializes a new instance of Mount |
Mount |
Initializes a new instance of Mount |
Properties
Name | Description |
---|---|
Root | Gets the root directory of this instance. |
Methods
Name | Description |
---|---|
Create |
Creates a child file system with the root path of |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting resources.
Inherited from File |
Dispose(Boolean) | Releases the resources used by the File |
Mount(Node |
Mounts a file system found on |
Mount(Node |
Mounts a file system found on root directory in the |
Mount(Node |
Mounts a file system found on |
Unmount(Directory |
Unmounts (disassociates) a file system from the |
Unmount(Node |
Unmounts (disassociates) a file system from Directory |