Gets the parent of the given directory.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static C1DirectoryInfo GetParent( string path ) |
| Visual Basic |
|---|
Public Shared Function GetParent ( _ path As String _ ) As C1DirectoryInfo |
| Visual C++ |
|---|
public: static C1DirectoryInfo^ GetParent( String^ path ) |
Parameters
- path
- Type: System..::..String
Path of directory to get parent of.