Click or drag to resize

PathGetDirectoryName Method (String)

Returns the directory information for the specified path string.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
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 .

Returns Empty if path does not contain directory information.

Exceptions
ExceptionCondition
ArgumentException
See Also