Re: How to get all the path of an application present on the disk
Re: How to get all the path of an application present on the disk
- Subject: Re: How to get all the path of an application present on the disk
- From: Tim Schröder <email@hidden>
- Date: Wed, 20 Mar 2013 13:39:32 +0100
I don't have the code at hand, but you could run a NSMetadataQuery and search for kMDItemCFBundleIdentifier==abc.xyz.
Best, Tim
Am 20.03.2013 um 13:08 schrieb anni saini <email@hidden>:
> Hi,
>
> I'm tried to find out all the locations where my app is present on the disk. Is there any Cocoa API which returns an array of path of an application.
>
> For example: my app identifier is "abc.xyz" and name is "ABCXYZ". I have four copies of app on the disk so I want to find out all the paths.
>
> I'm able to find it using:
>
> - (NSString*)fullPathForApplication:(NSString*)appName;
> or
> LSFindApplicationForInfo()
>
> Both methods return the single path. I want all the path of my app which are located on the disk?
>
> Thanks,
> Anni
> _______________________________________________
>
> 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
_______________________________________________
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