1al_make_directory(3) Library Functions Manual al_make_directory(3)
2
3
4
6 al_make_directory
7
9 #include <allegro5/allegro.h>
10
11 bool al_make_directory(const char *path)
12
14 Creates a new directory on the filesystem. This function also creates
15 any parent directories as needed.
16
17 Returns true on success (including if the directory already exists),
18 otherwise returns false on error. Fills in Allegro's errno to indicate
19 the error.
20
22 al_get_errno(3)
23
24
25
26Allegro reference manual al_make_directory(3)