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: Andy Wylie <email@hidden>
- Date: Mon, 28 Oct 2002 15:10:06 +1300
on Mon, 28 Oct 2002 14:47:37 ++1300 iWrote:
>
FWIW Smile's copy translate offers a raw code solution...
>
>
set theApp to application "Finder"
>
tell theApp to files & (items whose class = +AKs-class cfol+ALs)
or using desktop to filter processes...
set theApp to +AKs-class desk+ALs of application "Finder"
tell theApp to items whose class is not in {+AKs-class cdis+ALs, +AKs-class trsh+ALs}
_____________________________ Andy
_______________________________________________
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.