I need a script to set the creation date to the modification date for a bunch of files created by my sound recorder - any way to do this? Running Mac OS X 10.4.11
|
feedback
|
|
You can use To find the command you can try using Assuming you have the Developer Tools installed:
You can use another program called
An example script for one file:
| |||||
feedback
|
kMDItemFSCreationDate. (UNIX by itself has no notion of a creation date. See superuser.com/questions/43310/… for some details, but that doesn't describe how to change it.) – Arjan Nov 13 '09 at 8:43