.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_remove_fs_entry" "3" "" "Allegro reference manual" "" .SH NAME al_remove_fs_entry \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_remove_fs_entry(ALLEGRO_FS_ENTRY *e) .EE .SH DESCRIPTION Delete this filesystem entry from the filesystem. Only files and empty directories may be deleted. .PP Returns true on success, and false on failure, error is indicated in Allegro\[cq]s errno. .SH SEE ALSO al_filename_exists(3)