1al_fs_entry_exists(3) al_fs_entry_exists(3)
23
4
NAME
6al_fs_entry_exists - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_fs_entry_exists(ALLEGRO_FS_ENTRY *e)
12
DESCRIPTION
14Check if the given entry exists on in the filesystem. Returns true if
15it does exist or false if it doesn’t exist, or an error occurred. Er‐
16ror is indicated in Allegro’s errno.
17
SEE ALSO
19al_filename_exists(3)
2021
22
23
Allegro reference manual al_fs_entry_exists(3)