FolderExists |
Syntax:
%FolderExists(Str)%
Description:
Returns true if the specified folder exists and false if it does not.
Parameters:
Parameter |
Description |
A text string containing the path of the folder to check for existence. |
Example:
Sub
Main
MsgBox FolderExists("c:\foldername\")
EndSub
See Also:
DriveExists, DriveAvailableSpace, FileCount, FileExists, FolderExists