  | DfsPathGetDirectoryName Method | 
            Returns the directory information for the specified path string.
            
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static string? GetDirectoryName(
	string? path
)
Public Shared Function GetDirectoryName ( 
	path As String
) As String
public:
static String^ GetDirectoryName(
	String^ path
)
static member GetDirectoryName : 
        path : string -> string Parameters
- path  String
 - The path of a file or directory.
 
Return Value
StringDirectory information for 
path, or 
 if 
path denotes a root directory. return 
Empty if 
path does
            not contain directory information.
See Also