LocalFileSystemProvider Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
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 |
---|---|
Local |
Initializes a new instance of the read-write Local |
Local |
Initializes a new instance of the read-write Local |
Local |
Initializes a new instance of the Local |
Local |
Initializes a new instance of the Local |
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 |