Re: Conf files?
Re: Conf files?
- Subject: Re: Conf files?
- From: "John C. Warner" <email@hidden>
- Date: Fri, 23 Jul 2004 00:55:19 -0400
Configuration files for your app or ones from other tools? If the
latter, what format conf files? It's hard to imagine a general
framework for this, considering the files could be in any format
whatsoever.
If this is for your own use, you probably want NSUserDefaults - it's a
Foundation class, not a framework. Also check out
NSUserDefaultsController (10.3 and up) which takes much of the
error-prone tedium out of the process.
-John
On Jul 22, 2004, at 11:32 PM, David Cornell wrote:
Does cocoa have a framework work for working with simple configuration
files?
_______________________________________________
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.
_______________________________________________
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.