PathCollectionIsDrive Method |
Checks if the given path is a drive.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public static bool IsDrive(
string pPath
)
Public Shared Function IsDrive (
pPath As String
) As Boolean
public:
static bool IsDrive(
String^ pPath
)
static member IsDrive :
pPath : string -> bool
Parameters
- pPath
- Type: SystemString
A file system path
Return Value
Type:
Booleantrue, if the given path is a directory like "C:\", flase otherwise
See Also