Is there a way to set the FileModifyDate to CreateDate or DateTimeOriginal?

Started by yvettiefred, December 02, 2013, 05:35:04 PM

Previous topic - Next topic

yvettiefred

Hello,

I was wondering if there was a way to set the FileModifyDate tag to another tag value on all jpegs in a directory?

Thanks.

Phil Harvey

Yes.  The command could look something like this:

exiftool "-filemodifydate<datetimeoriginal" -ext jpg DIR

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).