|
DirectoryBrowserOperationsIsLogicalDrive Method
|
Determines if the specified path is a logical drive, e.g., C:\.
Namespace: GSF.Web.Model.HubOperationsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax Public Shared Function IsLogicalDrive (
path As String
) As Boolean
public:
static bool IsLogicalDrive(
String^ path
)
static member IsLogicalDrive :
path : string -> bool
GSF.Web.Model.HubOperations.DirectoryBrowserOperations.IsLogicalDrive = function(path);
View SourceParameters
- path String
- Path to test.
Return Value
Booleantrue if the specified
path is a logical drive; otherwise,
false.
See Also