On Monday, May 18, 2015 at 6:39:18 AM UTC-6, Etienne wrote:
>
> Note that here, neither the AppleScript method, nor the bash method you've 
> pointed out since work.
>

That’s not quite correct, at least on OS X 10.10. Try the following in 
Script Editor for evidence.

set thefile to (POSIX file (do shell script "mktemp ~/Desktop/foo.XXXXX")) 
as alias
delay 1 -- So we can see it on the desktop before moving on
tell application "Finder"
 delete thefile
 reveal thefile -- Shows it in the Trash
end tell
-- Now right click on the file in the Trash. The Put Back option will be 
available, at least on OS X Yosemite.

Perhaps a simple solution would be to reimplement the Move to Trash action 
as an AppleScript call to Finder?

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to