- The creation date shows the date/time when the file
was created. After that, this date will never be changed (unless the
file is completely rewritten by an application).
Note that the
FAT
file system has no way of storing this information,
so this field has no meaning there.
- The last write field shows the last time when the
file has been written to. This will be equal to or newer than the creation
date/time.
- The last access field shows the last time when the file
was read from. This will be identical to or newer than the "last write"
field.
Note that the
FAT
file system has no way of storing this information,
so this field has no meaning there.