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: Chris Page <email@hidden>
- Date: Fri, 25 Oct 2002 17:53:45 -0700
On Friday, Oct 25, 2002, at 16:56 US/Pacific, has wrote:
I'm not sure, but I think something's not right with the application
object's properties. e.g. Try:
class of desktop
In OS9 this returns what you expect, 'desktop-object'. In OS X it
returns
'property'. The 'name' property is similarly weird - chances are the
others
are too, though I didn't check them all.
With Mac OS X 10.2.2, AppleScript 1.9, I get:
tell application "Finder"
get class of desktop
--> desktop
end tell
For grins, outside of a tell block:
class of desktop
--> constant
--
Chris Page - Mac Guy - Palm, Inc.
The solution to software piracy is to reduce your COG to zero, which
is left as an exercise for the reader.
_______________________________________________
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.