EXIST Check if a file or directory already exists
Syntax
EXIST(side,type,name)
- side:
LOCAL Check for the file or directory in the computer where ScriptFTP is running REMOTE Check for the file or directory in the FTP server - type:
FILE Check for a file DIRECTORY Check for a directory - name: file name, folder name or wildcard expression.
This help topic is being written.