Click or drag to resize

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
)

Parameters

pPath
Type: SystemString
A file system path

Return Value

Type: Boolean
true, if the given path is a directory like "C:\", flase otherwise
See Also