Re: Apply infoDictionnary modifications to disk
Re: Apply infoDictionnary modifications to disk
- Subject: Re: Apply infoDictionnary modifications to disk
- From: j o a r <email@hidden>
- Date: Thu, 23 Oct 2003 18:52:14 +0200
On 2003-10-23, at 18.00, Emmanuel Verlynde wrote:
How apply modifications on a mutable dictionnary given from mainbundle
to disk? I want to change keys values...
This is probably a bad idea, since you cannot assume that your users
always have write access to the application bundle. If you want to save
user preferences you should store them in the users' domain - as
indicated by the documentation:
/Developer/Documentation/Essentials/SystemOverview/SystemOverview.pdf,
page 167
j o a r
_______________________________________________
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.