Main Menu

file create date

Started by MrY, March 02, 2016, 12:50:53 PM

Previous topic - Next topic

MrY

Hi,

I want to change the file create date (properties) of my photos in windows and set them to the picture create date.
Is this command line correct to do this? I just asking to be sure that nothing bad happens to my pictures  8)

D:\>exiftool "-FileCreateDate<CreateDate" "-FileModifyDate<CreateDate" -D:\temp\picture

Phil Harvey

Your command looks fine.  The command should only set the filesystem date/times, and not modify the file itself.  Nothing will happen if the file doesn't contain CreateDate information.

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

MrY

Tanks for the feedback and a big thanks for this nice tool