Click or drag to resize

DirectoryBrowserOperationsIsLogicalDrive Method

Determines if the specified path is a logical drive, e.g., C:\.

Namespace: GSF.Web.Model.HubOperations
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static bool IsLogicalDrive(
	string path
)
View Source

Parameters

path  String
Path to test.

Return Value

Boolean
true if the specified path is a logical drive; otherwise, false.
See Also