Where is Trash Folder(?)?
Where is Trash Folder(?)?
- Subject: Where is Trash Folder(?)?
- From: Robert Poland <email@hidden>
- Date: Sat, 26 Sep 2015 11:34:11 -0600
- Z-usanet-msgid: XID439TiZRIm0704X33
Hi,
I’m trying to create a script, below, that I can add to a Keyboard Maestro shortcut. This script works with normal folders but “Trash” doesn’t seem to have a home.
Any thoughts/suggestions?
(* openTrashContainer - 9/26/15 - By R L Poland
*)
tell application "Finder"
activate
set TrashFolder to (path to Trash folder)
set windowList to name of Finder windows as text
# display dialog windowList
if windowList contains "Trash" then
close window "Trash"
else
open folder TrashFolder
end if
end tell
TIA,
Robert Poland
iMac, Late 2013, 14,2
3.2 GHz Intel Core I5, 27”
16 GB Ram, 1TB Fusion HD
OS X 10.10.5
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden