fexist (<file>)
numeric
Whether a file exists: 1 if it does, 0 if it doesn’t.
<file>Name of the file to be tested.
if (fexist(/usr/test/myfile.dat)) !File exists
Functions:
aexist (numeric)