Re: filtering a list of items with Finder
Re: filtering a list of items with Finder
- Subject: Re: filtering a list of items with Finder
- From: "John S. Baltutis" <email@hidden>
- Date: Mon, 28 Oct 2002 01:26:13 -0800
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
result-->{" Apple OSX dmg ", "10.2 fixes", "Script Editor"<snip every
other thing on desktop that's not the trash or a disk>}.
HTH
_______________________________________________
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.