Files.DirExists |
Top Previous Next |
Syntax function Files.DirExists(FolderName: string): boolean
Alternative Names
Description Checks to see if the folder identified by FolderName exists and returns TRUE if it does, FALSE otherwise.
See also
Example execute udsblock as begin resultbool = Files.DirExists('c:\windows\'); end |