.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_close_directory" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_close_directory - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_close_directory(ALLEGRO_FS_ENTRY *e) \f[R] .fi .SH DESCRIPTION .PP 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 .PP al_open_directory(3alleg5), al_read_directory(3alleg5)