.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .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)