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