1al_remove_fs_entry(3) al_remove_fs_entry(3)
23
4
NAME
6al_remove_fs_entry - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_remove_fs_entry(ALLEGRO_FS_ENTRY *e)
12
DESCRIPTION
14Delete this filesystem entry from the filesystem. Only files and empty
15directories may be deleted.
1617
Returns true on success, and false on failure, error is indicated in
18Allegro's errno.
19
SEE ALSO
21al_filename_exists(3)
2223
24
25
Allegro reference manual al_remove_fs_entry(3)