1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
.TH "al_fs_entry_exists" "3" "" "Allegro reference manual" ""
.SH NAME
.PP
al_fs_entry_exists \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro.h>
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(3)
|