Re: List all installed applications in Mac OSX using Cocoa.
Re: List all installed applications in Mac OSX using Cocoa.
- Subject: Re: List all installed applications in Mac OSX using Cocoa.
- From: David Remahl <email@hidden>
- Date: Mon, 7 Apr 2003 15:21:00 +0200
There is this way, but it uses a private function call:
NSArray *apps = nil;
LSInit(1);
_LSCopyAllApplicationURLs(&apps);
/ Rgds, David
On Monday, April 7, 2003, at 01:43 PM, Sindhu Gururaj wrote:
Hi All:
Is there a way using Cocoa, to get a list of all applications that a
user has
installed on a Mac OSX ?
I am trying to implement something similar to the old MacOS 9 "Open
with
Application" dialog box, which would display a list of all available
applications.
Pls note:- I don't want to launch the finder application.
Thanks.
with rgds,
rashmi.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.