1al_remove_filename(3) al_remove_filename(3)
2
3
4
6 al_remove_filename - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 bool al_remove_filename(const char *path)
12
14 Delete the given path from the filesystem, which may be a file or an
15 empty directory. This is the same as al_remove_fs_entry(3), except it
16 expects the path as a string.
17
18 Returns true on success, and false on failure. Allegro’s errno is
19 filled in to indicate the error.
20
22 al_remove_fs_entry(3)
23
24
25
26Allegro reference manual al_remove_filename(3)