1al_update_fs_entry(3)                                    al_update_fs_entry(3)
2
3
4

NAME

6       al_update_fs_entry - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_update_fs_entry(ALLEGRO_FS_ENTRY *e)
12

DESCRIPTION

14       Updates  file  status  information for a filesystem entry.  File status
15       information is automatically updated when the entry is created, however
16       you may update it again with this function, e.g. in case it changed.
17
18       Returns  true on success, false on failure.  Fills in errno to indicate
19       the error.
20

SEE ALSO

22       al_get_errno(3),  al_get_fs_entry_atime(3),   al_get_fs_entry_ctime(3),
23       al_get_fs_entry_mode(3)
24
25
26
27Allegro reference manual                                 al_update_fs_entry(3)
Impressum