Re: Select, Reveal and Column View
Re: Select, Reveal and Column View
- Subject: Re: Select, Reveal and Column View
- From: Luther Fuller <email@hidden>
- Date: Thu, 16 Sep 2010 16:13:15 -0500
That's what I was trying when I came up with the script at the bottom. The 'set target ...' line, below, seems to have the same problem as 'select ...'. I'll look further into using target later.
On Sep 16, 2010, at 3:55 PM, Stockly, Ed wrote:
I thought Stan nailed. This doesn’t work?
tell application "Finder"
activate
set target of window 1 to alias "Work_Files:Mail-Safe Archive:_Mail-Safe Folder:2010:"
end tell
On 9/16/10 1:49 PM, "Luther Fuller" <email@hidden> wrote:
tell application "Finder"
activate
tell window 1
select alias "Work_Files:Mail-Safe Archive:"
select alias "Work_Files:Mail-Safe Archive:_Mail-Safe Folder:"
select alias "Work_Files:Mail-Safe Archive:_Mail-Safe Folder:2010:"
end tell
end tell
|
_______________________________________________
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