.\" Automatically generated by Pandoc 1.17.2 .\" .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[] .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\[aq]s errno to indicate the error. .SH SEE ALSO .PP al_get_errno(3alleg5)