.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .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[R] .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)