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
)
Public Shared Function IsLogicalDrive (
path As String
) As Boolean
public:
static bool IsLogicalDrive(
String^ path
)
static member IsLogicalDrive :
path : string -> bool
Parameters
- path
- Type: SystemString
The absolute path to check.
Return Value
Type:
Booleantrue when
path is in a logical drive format, such as "C:", "D:".
Exceptions See Also