Where best to put "resources"?
Where best to put "resources"?
- Subject: Where best to put "resources"?
- From: John McGruer <email@hidden>
- Date: Fri, 15 Mar 2002 12:13:10 +0800
I wish to carry a "resource" file around with my main app. Trouble is, it is
not really a resource - it is a file containing info that sometimes needs to
be edited and saved. I tried putting in the Main Bundle Resources folder and
that works fine for loading but my app quits unexpectedly when I try to save
a modified version back to the bundle - I take it that resources can't be
saved to a "Bundle" pathname with normal NSArchiver methods?
If not, where best to put the file so that I can always find it (without
requiring the user to always install it in a specific folder)?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.