|
| KiXtart 2001 Manual |
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") |