1al_close_directory(3)                                    al_close_directory(3)
2
3
4

NAME

6       al_close_directory - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

14       Closes a previously opened directory entry object.
15
16       Returns  true on success, false on failure and fills in Allegro's errno
17       to indicate the error.
18

SEE ALSO

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