• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Creator types as Class and I can't coerce it back
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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: Andy Wylie <email@hidden>
  • Date: Sat, 12 May 2001 14:14:55 +1200

on 12/5/01 9:35 AM, Paul Skinner at email@hidden wrote:

> The following script returns Creator Types as a list of values like
>so...
><<class 'the 4 letter creator type'>>.
> tell application "Finder"
> set t to {name, creator type} of (every file of folder <optL>
> "dark star:System Folder:Scripting Additions:" whose kind is <optL>
> "application program")

how about...
------------------------------------------------

tell application "Finder"
set t to {name, creator type} of every application file of (path to
scripting additions folder)
end tell
-- {"URL Access Scripting", "uasc"}
_____________________________HTH Andy


  • Follow-Ups:
    • Re: Creator types as Class and I can't coerce it back
      • From: Andy Wylie <email@hidden>
    • Re: Creator types as Class and I can't coerce it back
      • From: Paul Skinner <email@hidden>
References: 
 >Re:Creator types as Class and I can't coerce it back (From: Paul Skinner <email@hidden>)

  • Prev by Date: Re: Palm Desktop
  • Next by Date: Re: MacOS9.1, URL Access Scripting and FTP Uploads
  • Previous by thread: Re:Creator types as Class and I can't coerce it back
  • Next by thread: Re: Creator types as Class and I can't coerce it back
  • Index(es):
    • Date
    • Thread