Re: Get application path by Bundle ID

2009-06-11 Thread Mr. Gecko
Thanks, I thought it might be in NSWorkSpace but I kept looking into NSBundle. On Jun 11, 2009, at 1:15 PM, Dave DeLong wrote: -[NSWorkspace absolutePathForAppBundleWithIdentifier:]; Cheers, Dave On Jun 11, 2009, at 11:14 AM, Mr. Gecko wrote: Hello, I'm trying to find a way to find an app

Re: Get application path by Bundle ID

2009-06-11 Thread Dave DeLong
-[NSWorkspace absolutePathForAppBundleWithIdentifier:]; Cheers, Dave On Jun 11, 2009, at 11:14 AM, Mr. Gecko wrote: Hello, I'm trying to find a way to find an application path by the ID of the application. For an example if I wanted to find iTunes I give it the id of com.apple.iTunes and i

Get application path by Bundle ID

2009-06-11 Thread Mr. Gecko
Hello, I'm trying to find a way to find an application path by the ID of the application. For an example if I wanted to find iTunes I give it the id of com.apple.iTunes and it gives me the path. Thanks for any tips/help, Mr. Gecko ___ Cocoa-dev mai