Image-ExifTool - Re: Problems renaming a file.

Posted on Mon May 12 14:07:04 2008 by exiftool in response to 7855 (See the whole thread of 5)
Re: Problems renaming a file.
Hi Paul,

What system are you running on? You should be using double quotes, not single quotes if you are on a Windows system.

You can't access the file creation date from exiftool, but you can access the modify date:

exiftool -r "-filename<filemodifydate" "-filename<createdate" -d PJS%Y%m%d%/PJS%Y%m%d%%-.4nc.%%e D +IR

This will take CreateDate if it exists, otherwise it will use the FileModifyDate.

- Phil
Direct Responses: 7868 | Write a response