Click or drag to resize

DirectoryGetDirectoryRoot Method (String, PathFormat)

Returns the volume information, root information, or both for the specified path.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static string GetDirectoryRoot(
	string path,
	PathFormat pathFormat
)

Parameters

path
Type: SystemString
The path of a file or directory.
pathFormat
Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).

Return Value

Type: String
The volume information, root information, or both for the specified path, or if path path does not contain root directory information.
Exceptions
See Also