Ever since switching to OS X from Windows, I've missed the convenience of being able to permanently delete files using Shift-Delete. In order to duplicate that functionality, I've written a short AppleScript that will delete the files selected in Finder instead of placing them in the trash.
The best way to use this script is to assign it to a shortcut key (e.g., shift-backspace) using a program like Spark.
Notes:
Notes:
- The script first moves files to the trash before permanently deleting them. This prevents accidentally deletion of protected or system files.
- The script will not delete or remove files that have a duplicate filename already in the trash.
- It will not remove files which are not on the local hard drive.
- It will only launch if the foremost active window is Finder.
•
[15,075 views]

