Exist( )
| Action: | Checks
for the existence of one or more files. |
||||
| Syntax: |
Exist
("file name") |
||||
| Parameters: |
File
name
|
||||
| Remarks: |
Supports
wildcards. |
||||
| Returns: |
|
||||
| Examples: |
IF
EXIST (@LDRIVE + "\users.txt") IF
EXIST (@LDRIVE +
"\*.INI") |