Name
file_existsfile_existsFileExistsFileExists — Check whether file exists.
The operator file_existsfile_existsFileExistsFileExistsFileExists checks whether the
indicated file already exists. If this is the case, the parameter
FileExistsFileExistsFileExistsFileExistsfileExists is set to TRUE, otherwise to FALSE.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Name of file to be checked.
Default value:
'/bin/cc'
"/bin/cc"
"/bin/cc"
"/bin/cc"
"/bin/cc"
If the parameters are correct the operator file_existsfile_existsFileExistsFileExistsFileExists returns
the value 2 (H_MSG_TRUE). Otherwise, an exception is raised.
open_fileopen_fileOpenFileOpenFileOpenFile
open_fileopen_fileOpenFileOpenFileOpenFile
Foundation