logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_close_directory - Allegro 5 API

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.

Name

       al_close_directory - Allegro 5 API

See Also

al_open_directory(3alleg5), al_read_directory(3alleg5)

Allegro reference manual                                                             al_close_directory(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              bool al_close_directory(ALLEGRO_FS_ENTRY *e)

return

See Also