ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: 3design on July 01, 2013, 09:10:46 AM

Title: Question re writing FileCreateDate w/ tagsfromfile
Post by: 3design on July 01, 2013, 09:10:46 AM
Hi,
I'm working on a batch file built from a directory list of files, and among the commands I'm trying to run is:

exiftool -P -tagsfromfile "E:\CATALOG\SRC\MySourceFile.tif" "-FileModifyDate>FileModifyDate" "-FileModifyDate>FileCreateDate" "E:\CATALOG\DEST\MyTargetFile.tif"

The 'FileCreateDate' portion throws an error saying "Warning: Tag 'filecreatedate' does not exist"

I see on this page http://www.exiftool.org/TagNames/Extra.html it states: "Windows only. Requires Win32API::File::Time for writing."
I'm apparently missing something on my system, but not sure how to go about resolving this issue. It's a newly installed Win7Pro SP1 64bit system.

3d.
Title: Re: Question re writing FileCreateDate w/ tagsfromfile
Post by: Phil Harvey on July 01, 2013, 09:59:32 AM
Try updating to a more recent version of ExifTool.  The ability to write FileCreateDate was added in version 9.07.

- Phil
Title: Re: Question re writing FileCreateDate w/ tagsfromfile
Post by: 3design on July 01, 2013, 10:34:37 AM
Ah, I still have 8.91 in my path... will give that a try, thanks!