The f_utime function changes the timestamp of a file or directory.
FRESULT f_utime ( const XCHAR* FileName, /* Pointer to the file or directory path */ const FILINFO* TimeDate /* Time and data to be set */ );
The f_utime function changes the timestamp of a file or directory
Available when _FS_READONLY == 0 and _FS_MINIMIZE == 0.