.\" Automatically generated by Pandoc 1.17.2 .\" .TH "al_fs_entry_exists(3alleg5) Allegro reference manual" "" "" "" "" .hy .SH NAME .PP al_fs_entry_exists \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ bool\ al_fs_entry_exists(ALLEGRO_FS_ENTRY\ *e) \f[] .fi .SH DESCRIPTION .PP Check if the given entry exists on in the filesystem. Returns true if it does exist or false if it doesn\[aq]t exist, or an error occurred. Error is indicated in Allegro\[aq]s errno. .SH SEE ALSO .PP al_filename_exists(3alleg5)