Re: Path To Folder Where App Is
Re: Path To Folder Where App Is
- Subject: Re: Path To Folder Where App Is
- From: "John C. Warner" <email@hidden>
- Date: Mon, 21 Mar 2005 23:00:06 -0500
On 21 Mar, 2005, at 10:43 PM, Adam wrote:
I have a folder named "boards" that is in the same folder as the app,
but its contents can not be stored in the bundle because the user
makes changes to its contents, I need to load files from this folder
so I need to tell my app the path to it relative to itself.
How can a non-admin user make changes if your app folder is located
under /Applications? They can't. The 'right' way to do this is to store
the default set of data in your app bundle, and copy it into a
~/Library/Application Support/ folder for each user.
-John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden