On 11.05.2010, at 00:15, ML wrote: > Ah, well, What I am trying to do is ensure what version and what application > of ours they are running. Our app is a plugin and it can be put in a few > locations and I want to know. I *can* always check the paths manually and > decide, but yes, perhaps LaunchServices would be best.
If your application is a plug-in, it is probably a bundle. In that case NSBundle can be used to give you the path to your file. Or if you want the path to your host application, you can ask NSBundle for the mainBundle. Cheers, -- Uli Kusterer "The Witnesses of TeachText are everywhere..." http://groups.yahoo.com/group/mac-gui-dev/ _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
