DriveExists
Syntax
%DriveExists(Str)%
Description
Returns TRUE if the specified drive letter exists and FALSE if it does
not.
Parameters
Str
|
A
text string containing the drive letter to check for existence. |
Example
Sub
Main
MsgBox DriveExists("c:")
EndSub
See also
DriveAvailableSpace, FileCount, FileExists,
FolderExists