|
| KiXtart Command Reference |
EXISTactionChecks for the existence of one or more files. syntaxEXIST ("file name") parametersFile name Identifies the file(s) you want to locate. remarksSupports wildcards. returns
examplesIF EXIST (@LDRIVE + \users.txt") DISPLAY @LDRIVE + \users.txt" ENDIF IF EXIST (@LDRIVE + \*.INI") ; Etc, etc. ENDIF |