VDirectory.GetParent Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
GetParent(String)
Method returns an instance of the VDirectoryInfo class that represents the parent of the directory identified by the path
.
Declaration
public static VDirectoryInfo GetParent(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | Path of the directory. |
Returns
Type | Description |
---|---|
VDirectoryInfo | An instance of the VDirectoryInfo class that represents the parent of the directory identified by the |