.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_close_directory" "3" "" "Allegro reference manual" .SH NAME al_close_directory \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_close_directory(ALLEGRO_FS_ENTRY *e) .EE .SH DESCRIPTION Closes a previously opened directory entry object. .PP Returns true on success, false on failure and fills in Allegro\[cq]s errno to indicate the error. .SH SEE ALSO al_open_directory(3), al_read_directory(3)