.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_make_directory" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_make_directory - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_make_directory(const char *path) \f[R] .fi .SH DESCRIPTION .PP Creates a new directory on the filesystem. This function also creates any parent directories as needed. .PP Returns true on success (including if the directory already exists), otherwise returns false on error. Fills in Allegro\[cq]s errno to indicate the error. .SH SEE ALSO .PP al_get_errno(3alleg5)