Click or drag to resize
DigitalRunePathGetDirectoryName Method
Returns the directory information for the specified path string.

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static 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 or is null. Returns Empty if path does not contain directory information.
See Also