VDirectory.GetDirectoryRoot Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
GetDirectoryRoot(String)
Method returns the root path of the virtual file system VDriveInfo object to which the directory, identified by the path
, belongs.
Declaration
public static string GetDirectoryRoot(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | Path of the directory. |
Returns
Type | Description |
---|---|
String | The root path of the virtual file system VDriveInfo object to which the directory, identified by the |