Re: Find All (Scriptable) Applications
Re: Find All (Scriptable) Applications
- Subject: Re: Find All (Scriptable) Applications
- From: "Marc K. Myers" <email@hidden>
- Date: Thu, 05 Jul 2001 11:29:56 -0400
- Organization: [very little]
>
Subject: Re: Find All (Scriptable) Applications
>
Date: Thu, 5 Jul 2001 11:21:09 +1000
>
From: Sun Real <email@hidden>
>
To: "Rob Jorgensen" <email@hidden>, "AppleScript Users List"
>
<email@hidden>
>
>
tell application "Finder"
>
set myASAppList to (name of every application file) of entire contents
>
of startup disk whose (has scripting terminology) is true
>
end tell
Since nobody else seems to have mentioned this, I will. The reference
form "entire contents" has, in my experience, proven to be thoroughly
unreliable. It misses things it should have picked up. I've run test
where I looked for the same thing using "entire contents" and "the
entries in" (from Akua) and found several hits in the Akua version that
were missed in the "entire contents" version.
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com"
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[7/5/01 11:29:34 AM]