Function

audit_mkdir

Create a new directory.

Since v1.0
bool audit_mkdir(
const char *path)

Parameters 🔗

path in

Relative or absolute path.

Return Value 🔗

True if the directory was created or already exists.

Discussion 🔗

If the directory is created successfully or it already exists, then true is returned. Intermediate paths must already exist; they will not be created.