1al_remove_filename(3)                                    al_remove_filename(3)
2
3
4

NAME

6       al_remove_filename - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_remove_filename(const char *path)
12

DESCRIPTION

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

SEE ALSO

22       al_remove_fs_entry(3)
23
24
25
26Allegro reference manual                                 al_remove_filename(3)
Impressum