April 26, 2004

FreeBSD 4.9

MGrIfFileExist(3) i386/PRM


NAME

MGrIfFileExist - returns 1 if a file exists, 0 otherwise.


LIBRARY

mojave green software co's general utilities library libMG.so.0 ( -lMG )


SYNOPSIS

#include    <MGrIfFileExist.h>

{file exists 1 otherwise 0} = MGrIfFileExist( char* {fileName} )
       

DESCRIPTION

Given a file name and path, MGrIfFileExist will return 1 if it exists, 0 otherwise.


RETURN VALUES

MGrIfFileExist if file exists 1 otherwise 0.


FILES

MGrIfFileExist sources
MGrIfFileExist.c
MGrIfFileExist.h

EXAMPLES

       

DIAGNOSTICS


COMPATIBILITY


ERRORS


SEE ALSO


STANDARDS


HISTORY


AUTHORS

Mojave Green Software Co.
Landers Ca
Michael C. Shultz
       

BUGS