5.3.4.120. Function tools_is_dir
Defined in File tools.h
5.3.4.120.1. Function Documentation
-
int tools_is_dir(const char *path)
System function to check if a path is a directory.
- Parameters
path – Path.
- Returns
1if the given path is a folder,0otherwise.