LocalFileSystemProvider Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9048)
A file system provider which provides access to the local (physical) file system.
Syntax
public sealed class LocalFileSystemProvider : FileSystemProvider, IDisposable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
LocalFileSystemProvider(String) | Initializes a new instance of the read-write LocalFileSystemProvider with the root path
of |
LocalFileSystemProvider(String, FileSystemProviderSettings) | Initializes a new instance of the read-write LocalFileSystemProvider with the root path
of |
LocalFileSystemProvider(String, FileSystemType) | Initializes a new instance of the LocalFileSystemProvider with the root path
of |
LocalFileSystemProvider(String, FileSystemType, FileSystemProviderSettings) | Initializes a new instance of the LocalFileSystemProvider with the root path
of |
Properties
Name | Description |
---|---|
Root | Gets the root directory of this instance. |
Methods
Name | Description |
---|---|
CreateChildFileSystem(NodePath) | Creates a child file system with the root path of |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting resources. Inherited from FileSystemProvider. |
Dispose(Boolean) | Releases the resources used by the FileSystemProvider. Inherited from FileSystemProvider. |