#include "sflfile.h" Bool file_exists ( const char *filename)
Returns TRUE if the file exists, or FALSE if it does not.
{ ASSERT (filename); return (file_mode (filename) > 0); }