Re: Creator types as Class and I can't coerce it back
Re: Creator types as Class and I can't coerce it back
- Subject: Re: Creator types as Class and I can't coerce it back
- From: Paul Skinner <email@hidden>
- Date: Fri, 11 May 2001 22:41:18 -0400
on 5/11/01 10:14 PM, Andy Wylie wrote:
>
tell application "Finder"
>
set t to {name, creator type} of every application file of (path to
>
scripting additions folder)
>
end tell
It looks like the issue doesn't raise it's ugly head for you here
because you have only one item returned. I still get the same result.
tell application "Finder"
set t to {name, creator type} of every application file of (path to
scripting additions folder)
end tell
-->{{"AirPort Scripting", "Keychain Scripting", "Network Setup Scripting",
"propertyserver", "Sound Scripting", "Speech Listener", "URL Access
Scripting"}, {+class 1wse;, +class kscr;, +class ntex;, +class aplt;, +class
sscr;, +class srls;, +class uasc;}}
btw...
PB G3 Series 400
OS 9.1
AS 1.6
Carbon lib 1.2.5
--
Paul Skinner