Provided by: allegro5-doc_5.2.9.1+dfsg-1.1build4_all
NAME
al_close_directory - Allegro 5 API
SYNOPSIS
#include <allegro5/allegro.h> bool al_close_directory(ALLEGRO_FS_ENTRY *e)
DESCRIPTION
Closes a previously opened directory entry object. Returns true on success, false on failure and fills in Allegro’s errno to indicate the error.
SEE ALSO
al_open_directory(3alleg5), al_read_directory(3alleg5)