1al_fs_entry_exists(3) Library Functions Manual al_fs_entry_exists(3)
23
4
NAME
6al_fs_entry_exists
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 occured. Error
16is indicated in Allegro' errno.
1718
19
20
Allegro reference manual al_fs_entry_exists(3)