home *** CD-ROM | disk | FTP | other *** search
- /*-------------------FileExists----------------------------*/
- /*DESCRIPTION: Tests whether or not a file exists on the */
- /* current directory. */
- /* */
- /*INPUT: file name */
- /*RETURNS: 1 if the file exists */
- /* 0 if the file does not exist */
- /*USES: nothing */
- /*---------------------------------------------------------*/
-
- FileExists(char *filename)