.\" Automatically generated by Pandoc 3.4 .\" .TH "al_filename_exists" "3" "" "Allegro reference manual" .SH NAME al_filename_exists \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_filename_exists(const char *path) .EE .SH DESCRIPTION Check if the path exists on the filesystem, without creating an ALLEGRO_FS_ENTRY(3) object explicitly. .SH SEE ALSO al_fs_entry_exists(3)