Re: move with System Events
Re: move with System Events
- Subject: Re: move with System Events
- From: 2551 <email@hidden>
- Date: Sun, 24 Nov 2013 19:31:13 +0700
While I’m on, here’s another ‘move’ script I have that people might find useful, as you can’t do this natively in OS X:
WHAT'S IT FOR? I use this script to move things quickly from the desktop. Create a hotkey for it (I use FastScripts for this, but you can do it via 'Services' menu), then select file/s you want to move, hit the hotkey and use the Finder tree to pick the destination. *) --start tell application "Finder" try get selection if selection is not equal to {} then move selection to (choose folder) else display dialog "Nothing selected to move!" buttons {"OK"} default button "OK" with icon 2 end if on error set selection to {} end try end tell --eof
|
_______________________________________________
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