Re: Script that "Tells" Finder just Focuses on Finder instead of running
Re: Script that "Tells" Finder just Focuses on Finder instead of running
- Subject: Re: Script that "Tells" Finder just Focuses on Finder instead of running
- From: Luther Fuller <email@hidden>
- Date: Fri, 02 Jan 2015 15:01:40 -0600
On Jan 2, 2015, at 2:37 PM, Alex Hall wrote: tell application "Finder" set currentDir to (target of front window)
You forgot to change the first line to
set currentDir to (target of front window) as alias
You MUST use '... as alias' here. Once you make this change, I think your script will work.
|
_______________________________________________
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