Function
audit_isdir
Check if a path is a directory.
Since v1.0
bool audit_isdir(
const char *path)
Parameters 🔗
path | in | Relative or absolute path. |
Return Value 🔗
True if the path is a directory.
Discussion 🔗
Checks if path is a directory. To check for a file use audit_isfile.