Re: Path To Folder Where App Is
Re: Path To Folder Where App Is
- Subject: Re: Path To Folder Where App Is
- From: Adam <email@hidden>
- Date: Mon, 21 Mar 2005 23:19:27 -0500
I included the folder in my xcode project under resources, it takes the
files and puts them in the root of the resources folder in the compiled
application bundle, rather then in a folder inside of resources. Is
there any way to have xcode include the folder inside the app bundle
every time it complies, as opposed to just including the contents of
the folder?
Adam
On Mar 21, 2005, at 11:00 PM, John C. Warner wrote:
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