Re: Finding process path from Cocoa?
Re: Finding process path from Cocoa?
- Subject: Re: Finding process path from Cocoa?
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 8 Dec 2009 17:14:10 -0700
On Dec 8, 2009, at 5:03 PM, Laurent Daudelin wrote:
> Is there any way I can find what's the path of a given process running? A background process, which cannot be retrieved in [[NSWorkspace sharedWorkspace] launchedApplications]?
Yes. ([[[NSProcessInfo processInfo] arguments] objectAtIndex:0])
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden