FreeBSD Manual Pages
al_make_directory(3) Library Functions Manual al_make_directory(3) NAME al_make_directory - Allegro 5 API SYNOPSIS #include <allegro5/allegro.h> bool al_make_directory(const char *path) DESCRIPTION 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), other- wise returns false on error. Fills in Allegro's errno to indicate the er- ror. SEE ALSO al_get_errno(3) Allegro reference manual al_make_directory(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_make_directory&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
