site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=E8ryKLkTPoYVByUCWqJC1JqHWV8bDYpR2v5xmax/JSQ=; b=rp7A1ysj22/RpL3uhYE42JP5v746uh15HJs6BrFVU9GG0OYsdmcAajR9n1X2BctbgT ZbXnodwaGMzifgbX8CPjEww2Vqrp4ABsSGI1Ppl0zVM+tfD9u9AEkqz8Pj1YZ/jO0qev guEL2JPmyQzoR9jtRBxPl4UghL+pEpzUN9tmQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=mA2AX6AHyOpYO6jS5GTA6E/0iV4jxXYzBdTEUnnEWay6OgKP912hRA0Z3c/HRlcGU0 aQ90ASlZw5a79awfQ5D5AHvlJg2j0LfeD+crpGOS41D2TlTbhnSjHb7CGpNRqLmg+Fwo vXZ/XxyF+EytaiSdg2e9EU/FVw5R28gEiZ+Hk= On Dec 15, 2008, at 2:45 AM, Rakesh Singhal wrote: Hi all, I think these are general queries still I am not aware of answer of following queries: 1. I create a package for MyApp application and option is given to user to change the path to install the MyApp application. Now in my code, I want to find out the path of MyApp application so that I can access it. So how to get the path of application? 2. MyApp is running on my system and I need to find out that is it running or not then how to find out? Rakesh, _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Thanks in advance. These are questions that you should be able to find answers to just typing in your query into: -Google -the search field in Apple's developer web site <http://developer.apple.com/
-the documentation search field in XCode However, the most basic question's that needs to be asked in order to give you a reasonable answer is: What is trying to get this information (a script in the Installer package, another application, a daemon)? What are you trying to accomplish? This email sent to site_archiver@lists.apple.com