======================================================================

SYNTAX :: file_exists( string filename );

This sfun tests to see if a file by the name supplied exists
or not. Unlike the efun file_size(), this sfun will only return
a 1 for true or 0 for false and not the size of the file.

