ShellBrowser .Net Edition
IsDrive Method (aPath)
NamespacesJam.ShellPathCollectionIsDrive(String)
Checks if the given path is a drive.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsDrive(
	string aPath
)
Public Shared Function IsDrive ( _
	aPath As String _
) As Boolean
public:
static bool IsDrive(
	String^ aPath
)
Parameters
aPath (String)
A file system path
Return Value
true, if the given path is a directory like "C:\", flase otherwise

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)