1al_open_directory(3)                                      al_open_directory(3)
2
3
4

NAME

6       al_open_directory - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_open_directory(ALLEGRO_FS_ENTRY *e)
12

DESCRIPTION

14       Opens  a  directory  entry  object.   You  must  call this before using
15       al_read_directory(3) on an entry and you  must  call  al_close_directo‐
16       ry(3) when you no longer need it.
17
18       Returns true on success.
19

SEE ALSO

21       al_read_directory(3), al_close_directory(3)
22
23
24
25Allegro reference manual                                  al_open_directory(3)
Impressum