Click or drag to resize

DfsPathGetDirectoryName Method

Returns the directory information for the specified path string.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static string? GetDirectoryName(
	string? path
)

Parameters

path  String
The path of a file or directory.

Return Value

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