1al_open_directory(3) al_open_directory(3)
23
4
NAME
6al_open_directory - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_open_directory(ALLEGRO_FS_ENTRY *e)
12
DESCRIPTION
14Opens a directory entry object. You must call this before using
15al_read_directory(3) on an entry and you must call al_close_direcā
16tory(3) when you no longer need it.
1718
Returns true on success.
19
SEE ALSO
21al_read_directory(3), al_close_directory(3)
2223
24
25
Allegro reference manual al_open_directory(3)