Re: notification when app is moved
Re: notification when app is moved
- Subject: Re: notification when app is moved
- From: Omar Qazi <email@hidden>
- Date: Wed, 16 Jul 2008 19:43:14 -0700
On Jul 16, 2008, at 6:08 PM, Mitchell Livingston wrote:
I have code that must know where a folder inside the Resources
folder of the application is. This location must be updated whenever
the app is moved to another location. Is there some sort of callback
I can register to receive for this?
Sorry I got confused about what you were trying to say, but if you
want a resource in your OWN application's bundle you can just use
[[NSBundle mainBundle]pathForResource:@"File" ofType:@"txt"];
and skip that thing I said about NSWorkspace.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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