MemoryFileSystemProvider.CreateChildFileSystem Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
CreateChildFileSystem(NodePath)
Creates a child file system with the root path of directoryPath
.
Declaration
public override 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 of |