libite
|
#include <sys/stat.h>
#include <unistd.h>
Functions | |
int | fisdir (const char *path) |
Check if a path exists and is a directory. More... | |
int fisdir | ( | const char * | path | ) |
Check if a path exists and is a directory.
path | Path to file or directory |
TRUE(1)
if path
exists and is a directory, otherwise FALSE(0)
.