Re: Is an app present on the disk?
Re: Is an app present on the disk?
- Subject: Re: Is an app present on the disk?
- From: Philip Aker <email@hidden>
- Date: Thu, 6 Aug 2009 10:49:12 -0700
On 2009-08-06, at 10:23:53, Ronald Hofmann wrote:
I setup a small installer using AS to configure updates for one of
my databaseApps.
I remember that there was a very fast way to find that out by
referring to to the databaseApps plist which is
"4d.com.Clarissa.app.plist".
I just canĀ“t remember how it worked. Can somebody please point me
into the right direction?
If you mean how to read its preferences, it's:
do shell script "defaults read 4d.com.Clarissa.app"
If you mean how to read an application's Info.plist it would be the
POSIX path of the plist but without the extension. So;
do shell script "defaults read /System/Library/CoreServices/
Finder.app/Contents/Info"
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
Democracy: Two wolves and a sheep voting on lunch.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden