Syntax:
DriveExists(Str)
Description:
Returns true if the specified drive letter exists and false if it does
not .
Parameter Description
Str A text string containing the drive letter to check for existence.
Example:
Sub
Main
MsgBox DriveExists("c:")
End Sub
See Also: