LocalFileSystemProvider.CreateChildFileSystem Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
CreateChildFileSystem(NodePath)
Creates a child file system with the root path of directoryPath
.
Declaration
public override FileSystemProvider CreateChildFileSystem(NodePath directoryPath)
Parameters
Type | Name | Description |
---|---|---|
Node |
directoryPath | Root path of the child file system. |
Returns
Type | Description |
---|---|
File |
Child file system with the root path of |