Function: fexist

Syntax

fexist (<file>)

Type

numeric

Returns

Whether a file exists: 1 if it does, 0 if it doesn’t.

Parameters

Examples

if (fexist(/usr/test/myfile.dat)) !File exists

See Also

Functions:

aexist (numeric)