1al_make_directory(3)                                      al_make_directory(3)
2
3
4

NAME

6       al_make_directory - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_make_directory(const char *path)
12

DESCRIPTION

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

SEE ALSO

22       al_get_errno(3)
23
24
25
26Allegro reference manual                                  al_make_directory(3)
Impressum