Create timestamped duplicates of files via AppleScript
Sep 29, '08 07:30:00AM • Contributed by: PizzaCake
I sometimes modify and save a file, only then to realize I need to undo something, but it's too late. So I've created an AppleScript which duplicates any files selected in the Finder, and adds the date and time to their names. This makes it easy to go back by looking at the date and time embedded in the filename. I suggest you work with the original file, and make versions of that one before modifying the file, so you can always go back to your starting point.
Here's the AppleScript (note that some date and time code was sourced via a Google search):
Paste into Script Editor, and save as application. Select some file/s in the Finder, then run the saved AppleScript.
[
robg adds: This worked as described.]