1al_filename_exists(3) Library Functions Manual al_filename_exists(3)
23
4
NAME
6al_filename_exists
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_filename_exists(const char *path)
12
DESCRIPTION
14Check if the path exists on the filesystem, without creating an ALLE‐
15GRO_FS_ENTRY(3) object explicitly.
16
SEE ALSO
18al_fs_entry_exists(3)
1920
21
22
Allegro reference manual al_filename_exists(3)