MFS doesn’t naturally support creation time and creation date attributes.
It is optional part of FAT implementation and in case of MFS it is not directly implemented. For full FAT specification please search fatgen103.pdf file.
Theoretically you can edit mfs_dir_entry structure in mfs.h file or directly edit RESERVED field in this structure.
DIR_CrtTime will be in position RESERVED[2] and RESERVED[3]
DIR_CrtDate will be in position RESERVED[4] and RESERVED[5]
Note: This presents customer modification of MQX code.
Have a great day,
RadekS
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------