Click or drag to resize

IFileSystemPathUtilityGetDirectoryName Method

Returns the directory information for the specified path string.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
string GetDirectoryName(
	string path
)

Parameters

path
Type: SystemString
The path of a file or directory.

Return Value

Type: String
Directory information for path, or if path denotes a root directory. return Empty if path does not contain directory information.
See Also