home *** CD-ROM | disk | FTP | other *** search
- ISFILE(3) Library Functions ISFILE(3)
-
-
-
- NAME
- isfile - tell whether a given path name is a plain file
-
- SYNOPSIS
- #include <edlib.h>
-
- int isfile(path)
- char *path;
-
- DESCRIPTION
- Isfile is a boolean function that returns a 1 if the file
- referenced in path is the name of a plain file. Currently,
- isfile is implemented as a macro using filetype(3).
-
- AUTHOR
- Edwin Hoogerbeets 01/08/88
-
- SEE ALSO
- filetype(3), isdir(3)
-
-
-
-