DirectoryNode.CreateFileSystem Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
CreateFileSystem()
Creates new (virtual) FileSystemProvider with DirectoryNode root path.
Declaration
public FileSystemProvider CreateFileSystem()
Returns
Type | Description |
---|---|
FileSystemProvider | A new instance of FileSystemProvider with the root path of DirectoryNode. |
Examples
var myFromDirectoryProvider = myDirectory.CreateFileSystem();