VDirectoryInfoExtensions.AsDirectoryNode Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
AsDirectoryNode(VDirectoryInfo)
Converts the vDirectoryInfo to an equivalent instance of the DirectoryNode class.
Declaration
public static DirectoryNode AsDirectoryNode(this VDirectoryInfo vDirectoryInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| VDirectoryInfo | vDirectoryInfo | An instance of the VDirectoryInfo. |
Returns
| Type | Description |
|---|---|
| DirectoryNode | An instance of the DirectoryNode equivalent to the |