.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .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)