| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.11

 

file_exists

#include "sflfile.h"
Bool
file_exists (
    const char *filename)

Synopsis

Returns TRUE if the file exists, or FALSE if it does not.

Source Code - (sflfile.c)

{
    ASSERT (filename);
    return (file_mode (filename) > 0);
}

| << | < | > | >> iMatix Copyright © 1996-2000 iMatix Corporation