Changing creation dates of .PNG files mac

Started by SalvageCrew, September 07, 2020, 01:07:41 AM

Previous topic - Next topic

SalvageCrew

Hello
For the life of me, I can't figure out the syntax to change the create date of the .png 
the metadata listed from exif shows the only correct date listed in this tag.

Date Created                    : 2018:07:18 09:58:58

but I cannot get exiftool to read this and change the -FileModifyDate

I'm sure it's simple, but I can't figure it out..

Thanks for any assistance you can give me.

John

StarGeek

Try
exiftool '-FileModifyDate<DateCreated' /path/to/file.png
* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).