ExifTool Forum

General => Other Discussion => Topic started by: PhilvS on January 02, 2013, 10:37:33 AM

Title: Mac Finder CREATEDATE vs EXIF CreateDate
Post by: PhilvS on January 02, 2013, 10:37:33 AM
I recently purchased Exifchanger, which uses Exiftool.  A handy GUI for the MAC.  I have about 80,000 scanned slides and photos whose create dates need to be modified. It does change the EXIF create date, but the MAC Finder shows today's date as the new createdate? Where are they getting the create date? How can I tweak the code to change it?

BTW, I notice that I can change dates in Picasa and they will show up in both Exif and Mac Finder.
Thanks so much.
Title: Re: Mac Finder CREATEDATE vs EXIF CreateDate
Post by: Phil Harvey on January 02, 2013, 11:44:44 AM
ExifTool can not yet access the filesystem creation date of files on Mac OS systems.  You may set this indirectly via FileModifyDate (see the notes in the The Extra tags documentation (https://exiftool.org/TagNames/Extra.html) for details), but the only way to preserve this when writing is with the -overwrite_original_in_place option as mentioned in the application documentation:

       -P (-preserve)
            Preserve the filesystem modification date/time of the original
            file ("FileModifyDate") when writing.  Note that some filesystems
            store a creation date which is not preserved by this option, with
            the exception of Windows systems where Win32API::File::Time is
            available.  For other systems, the -overwrite_original_in_place
            option may be used if necessary to preserve the creation date.

- Phil

(the ExifTool home page web server will be back up again shortly after the routine maintenance is complete)