#include <sys/stat.h>
#include <unistd.h>
Go to the source code of this file.
- Author
- Claudio Matsuoka
- Date
- 2008
- Copyright
- MIT License
Definition in file fisdir.c.
◆ fisdir()
int fisdir |
( |
const char * | path | ) |
|
Check if a path exists and is a directory.
- Parameters
-
path | Path to file or directory |
- Returns
TRUE(1)
if path
exists and is a directory, otherwise FALSE(0)
.
Definition at line 40 of file fisdir.c.