al_make_directory

bool al_make_directory(const char *path)
Introduced in 5.0.0

Creates a new directory on the filesystem. This function also creates any parent directories as needed.

Returns true on success (including if the directory already exists), otherwise returns false on error. Fills in Allegro's errno to indicate the error.

See also: al_get_errno


Most helpful discussions: