<TEXISTS>
Syntax
<TEXISTS {filename} >
where:
filename parenthetical string
Description
<TEXISTS> returns 1 (TRUE) if a file with the name filename exists in the
temporary file domain, otherwise it returns 0 (FALSE).
See also: <EXISTS>.
Example
&FORWARD savefile <TEXISTS (temp52)>
This jumps forward to the label savefile if the file temp52 exists.