ExifTool Forum

ExifTool => Newbies => Topic started by: seppmanz on August 18, 2014, 06:06:32 AM

Title: Is it possible to change the FileModifyDate?
Post by: seppmanz on August 18, 2014, 06:06:32 AM
Hey,

I have a question about the adjustment of  the FileModifyDate, the FileAccessDate and the FileInodeChangeDate to a date in the past? Is it possible to change the dates and if it will works, how?

thanks for your help and efforts.

Joseph
Title: Re: Is it possible to change the FileModifyDate?
Post by: Phil Harvey on August 18, 2014, 07:19:37 AM
Of these tags, only FileModifyDate is writable (see the Extra Tags documentation (https://exiftool.org/TagNames/Extra.html)), like this:

exiftool -filemodifydate="2008:10:29 18:45:00" FILE

- Phil