FileSystemProvider.CreateChildFileSystem Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 8.0.9673)
CreateChildFileSystem(NodePath)
Derived classes must create a child file system with the root path equal to the directoryPath.
Declaration
public abstract FileSystemProvider CreateChildFileSystem(NodePath directoryPath)
Parameters
| Type | Name | Description |
|---|---|---|
| NodePath | directoryPath | Root path of the child file system. |
Returns
| Type | Description |
|---|---|
| FileSystemProvider | Child file system with the root path equal to the |
CreateChildFileSystem(NodePath, Boolean)
Derived classes must create a child file system with the root path equal to the directoryPath and register the child file system as a VDriveInfo if the registerAsDrive is true.
Declaration
public abstract FileSystemProvider CreateChildFileSystem(NodePath directoryPath, bool registerAsDrive)
Parameters
| Type | Name | Description |
|---|---|---|
| NodePath | directoryPath | Root path of the child file system. |
| Boolean | registerAsDrive | Indicates whether the child file system should be registered as a VDriveInfo. |
Returns
| Type | Description |
|---|---|
| FileSystemProvider | Child file system with the root path equal to the |