Currently DIR_LstAccDate is only updated when a file has been modified and f_sync() is called. This resembles the default behaviour of DOS that only writes it ever if ACCDATE is set in CONFIG.SYS.
This could be configurable, we could allow doing either owner ID or access data in this field. Since atimes are not much liked nowadays storing the owner ID in this field would be perfect.
Currently
DIR_LstAccDate
is only updated when a file has been modified andf_sync()
is called. This resembles the default behaviour of DOS that only writes it ever ifACCDATE
is set inCONFIG.SYS
.This could be configurable, we could allow doing either owner ID or access data in this field. Since atimes are not much liked nowadays storing the owner ID in this field would be perfect.