home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / cfuncs.arj / FEXISTS.DOC < prev    next >
Encoding:
Text File  |  1991-01-03  |  426 b   |  12 lines

  1. /*-------------------FileExists----------------------------*/
  2. /*DESCRIPTION: Tests whether or not a file exists on the   */
  3. /*    current directory.                   */
  4. /*                               */
  5. /*INPUT: file name                       */
  6. /*RETURNS: 1 if the file exists                   */
  7. /*       0 if the file does not exist                    */
  8. /*USES: nothing                           */
  9. /*---------------------------------------------------------*/
  10.  
  11. FileExists(char *filename)
  12.