Conditional Processing
$ifne filename [filesize]
This "if not exists" command is used to condition the processing of file commands on the existence of a file. The syntax is the same as the $ife command.
Example:
Test that a voice file exists and is bigger than 100 bytes:
$ifne @myvar.VOX 100
$next_box 124
$else
$next_box 123
$endif
Topic url: http://www.copia.com/support/refmanual/index.html?$ifne.htm