5.3.4.120. Function tools_is_dir

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

1 if the given path is a folder, 0 otherwise.