Re: non-preference use info saving
Re: non-preference use info saving
- Subject: Re: non-preference use info saving
- From: Scott Anguish <email@hidden>
- Date: Mon, 31 Mar 2003 00:12:49 -0500
On Sunday, March 30, 2003, at 05:22 PM, Francisco Tolmasky wrote:
Ok, so I have some information, like, templates, that I want to save
for my application. Now, should I save this in my userdefaults, or is
there a more appropriate place to put this sort of thing. Like any
non-preference application info.
Specific to the user?
Either in ~/Library/Application Support in a directory for your
application, or ~/Library in a custom directory for your application.
if they're more general, available to more users, then /Library, but
the whole read/write permissions thing gets ugly then.
_______________________________________________
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.