Click or drag to resize

PathIsLogicalDrive Method

[AlphaFS] Checks if path is in a logical drive format, such as "C:", "D:".

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static bool IsLogicalDrive(
	string path
)

Parameters

path
Type: SystemString
The absolute path to check.

Return Value

Type: Boolean
true when path is in a logical drive format, such as "C:", "D:".
Exceptions
See Also