.\" Automatically generated by Pandoc 2.2.1 .\" .TH "al_update_fs_entry" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_update_fs_entry \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ bool\ al_update_fs_entry(ALLEGRO_FS_ENTRY\ *e) \f[] .fi .SH DESCRIPTION .PP Updates file status information for a filesystem entry. File status information is automatically updated when the entry is created, however you may update it again with this function, e.g.\ in case it changed. .PP Returns true on success, false on failure. Fills in errno to indicate the error. .SH SEE ALSO .PP al_get_errno(3alleg5), al_get_fs_entry_atime(3alleg5), al_get_fs_entry_ctime(3alleg5), al_get_fs_entry_mode(3alleg5)