Re: Storing something in using plist(XML?)
Re: Storing something in using plist(XML?)
- Subject: Re: Storing something in using plist(XML?)
- From: Charles Srstka <email@hidden>
- Date: Wed, 26 Jun 2002 19:03:31 -0500
Read the docs for -[NSArray writeToFile: atomically:] and -[NSDictionary
writeToFile: atomically:].
However, if storing preferences is what you want to do, then look at the
docs for NSUserDefaults.
Charles
On Wednesday, June 26, 2002, at 06:33 PM, Aidas wrote:
Hi,
Could please someone give me example how to store strings using
plist(like
Apple is storing)?
Thank you
_______________________________________________
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.