Re: Creator type of packaged app bug?
Re: Creator type of packaged app bug?
- Subject: Re: Creator type of packaged app bug?
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 07 Jul 2003 18:47:08 -0700
On 7/7/03 6:09 PM, "Paul Berkowitz" <email@hidden> wrote:
>
If I try to compile this:
>
>
tell app "Finder" to get every folder startup disk
Should read:
tell app "Finder" to get every folder of startup disk
>
>
I get this error:
>
>
Expected class name but found property.
>
>
So, AS 1.9.1 thinks that 'folder' is a property, not an element of the
>
Finder, OMM. Hmmm. This actually compiles:
>
>
tell application "Finder" to get folder of startup disk
--
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.