FileSystemProvider Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
Represents a file system provider.
This type is not intended to be used directly from your code. To implement custom file system providers, add reference to the Rebex.FileSystem assembly and use one of the following base classes.
Syntax
public abstract class FileSystemProvider : IDisposable
Inheritance
FileSystemProvider
Implements
Inherited Members
Constructors
Name | Description |
---|---|
FileSystemProvider() | Constructor. |
Methods
Name | Description |
---|---|
CreateChildFileSystem(NodePath) | Derived classes must create a child file system with the root path equals to the |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting resources. |
Dispose(Boolean) | Releases the resources used by the FileSystemProvider. |