.\" 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_remove_fs_entry" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_remove_fs_entry - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_remove_fs_entry(ALLEGRO_FS_ENTRY *e) \f[R] .fi .SH DESCRIPTION .PP 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 .PP al_filename_exists(3alleg5)