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