- Joined
- Mar 11, 2004
- Messages
- 1,964
- Reaction score
- 175
- Points
- 63
I'm trying to write a secure empty trash script, but the script editor bounces every attempt. It takes only a three-line script to empty the trash without the security overwrite:
tell application "finder"
empty trash
end tell
but telling the finder to "secure empty trash" or using a bunch of variations of that command doesn't work.
Does anyone have any ideas?
tell application "finder"
empty trash
end tell
but telling the finder to "secure empty trash" or using a bunch of variations of that command doesn't work.
Does anyone have any ideas?