Function audit_rmdir Delete an empty directory. Since v1.0 bool audit_rmdir(const char *path) Parameters 🔗 path in Relative or absolute path. Return Value 🔗 True if the directory was deleted; false if it cannot be found.Discussion 🔗 If the directory was successfully deleted then true is returned. The directory must be empty.