Returns volume and/or root information of the given directory.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static string GetDirectoryRoot( string path ) |
| Visual Basic |
|---|
Public Shared Function GetDirectoryRoot ( _ path As String _ ) As String |
| Visual C++ |
|---|
public: static String^ GetDirectoryRoot( String^ path ) |
Parameters
- path
- Type: System..::..String
Path of directory to get root information of.