VFileInfoExtensions.AsFileNode Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9313)
AsFileNode(VFileInfo)
Converts the vFileInfo to an equivalent instance of the FileNode class.
Declaration
public static FileNode AsFileNode(this VFileInfo vFileInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| VFileInfo | vFileInfo | An instance of the VFileInfo. |
Returns
| Type | Description |
|---|---|
| FileNode | An instance of the FileNode equivalent to the |