Re: Set Selection with a list of items
Re: Set Selection with a list of items
- Subject: Re: Set Selection with a list of items
- From: Michelle Steiner <email@hidden>
- Date: Sat, 6 Oct 2001 14:05:45 -0700
On 10/6/01 1:46 PM, Irwin Poche <email@hidden> wrote:
>
Yes, what you have is simple and will do what I described.
>
>
But what I'm after is an approach that will show me things I hadn't
>
previously considered. Displaying the folders in question and selecting
>
what I already know I'm interested in is what I want to accomplish. I'll
>
also see labels and comments which I use all the time.
Maybe it's time to consider another approach. Set all the files you're
interested in to a designated label; then you can run this script to
select them:
tell application "Finder"
select (files of folder "dora:system folder" whose label index is 4)
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------