Apr 29, '05 07:08:00AM • Contributed by: GlowingApple
Take this example. I just emailed a set of pictures to a friend, and then trashed the folder to keep my Desktop organized. But I don't want to empty the trash just yet -- I want to wait until I hear back from my friend to ensure that he/she successfully received the pictures. Later, I finished burning a CD of my favorite Linux distro (Gentoo), and I want to permanently delete the ISO image to save space on my hard drive. Without doing a little fancy Terminal work, there is no easy way to permanently delete the ISO file without emptying my trash and also permanently deleting those pictures.
This is where my script comes into play. This AppleScript iis meant to be used as a dropplet (so save in an Application Bundle from Script Editor). Dragging and dropping files onto it will prompt first and then permanently shred the files (using rm -rfP). Just to add more functionality to the script, I added an option to shred all the files in the trash by opening the application regularly.
Also, here's a link to the entire thing in an application bundle, with icon. As always, suggestions, comments, and modifications are welcome!
