Check whether file exists.
The operator file_exists checks whether the indicated file already exists. If no right to read the file exists the operator file_exists also returns FALSE.
FileName (input_control) |
filename.named -> string |
Name of file to be checked. | |
Default value: '/bin/cc' |
The operator file_exists returns the value TRUE (file exists) or FALSE (file does not exist).