Re: email@hidden
Re: email@hidden
- Subject: Re: email@hidden
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 28 Oct 2002 10:03:39 -0800
On 10/28/02 1:22 AM, "John S. Baltutis" <email@hidden> wrote:
>
OK! This works in OS 9.2.2/AS 1.8.3 and rather quickly.
>
tell application "Finder"
>
set x to (trash's index & disks's index)
>
set y to name of (every item of desktop whose x does not contain index)
>
end tell
That would read better as:
set y to name of (every item of desktop where x does not contain its
index)
Does that work too? (I'm in X.)
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >email@hidden (From: "John S. Baltutis" <email@hidden>) |