DriveExists

Syntax

%DriveExists(Str)%

Description 

Returns TRUE if the specified drive letter exists and FALSE if it does not.

Parameters

Parameter Description
Str A text string containing the drive letter to check for existence.

Example


Sub Main
MsgBox DriveExists("c:")
End
Sub


See also

DriveAvailableSpace, FileCount, FileExists, FolderExists