home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff218.lzh / EdLib / man / IsFile < prev    next >
Text File  |  1989-06-04  |  491b  |  27 lines

  1. ISFILE(3)                  Library Functions                 ISFILE(3)
  2.  
  3.  
  4.  
  5. NAME
  6.      isfile - tell whether a given path name is a plain file
  7.  
  8. SYNOPSIS
  9.      #include <edlib.h>
  10.  
  11.      int isfile(path)
  12.      char *path;
  13.  
  14. DESCRIPTION
  15.      Isfile is a boolean function that returns a 1 if the file
  16.      referenced in path is the name of a plain file. Currently,
  17.      isfile is implemented as a macro using filetype(3).
  18.  
  19. AUTHOR
  20.      Edwin Hoogerbeets 01/08/88
  21.  
  22. SEE ALSO
  23.      filetype(3), isdir(3)
  24.  
  25.  
  26.  
  27.