Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'An AppleScript to sync creation and modification dates' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
An AppleScript to sync creation and modification dates
Authored by: pornstorm on Thu, Dec 6 2007 at 9:01PM PST
why doesn't the reverse of this work? i want to replace the creation date with the modification date. it returns an error. help! help!

[ Reply to This | # ]
An AppleScript to sync creation and modification dates
Authored by: saywake on Tue, Dec 11 2007 at 3:58PM PST
According to the Finder applescript dictionary, the creation date is read only (r/o). Take a look at jhead, which is command line utility with lots of promise. you can use this with applescript by using 'do shell script'.

[ Reply to This | # ]