Re: Coding
Re: Coding
- Subject: Re: Coding
- From: Thomas Deniau <email@hidden>
- Date: Wed, 05 Dec 2001 17:13:01 +0100
Le 5/12/01 16:42, email@hidden disait :
>
I have a couple of NSMutableArrays in my program and I need to figure out
>
how to save the enclosed data so that it is available when I relaunch the
>
program.
Look at NSUserDefaults if you want to save preferences (there's a good tut
on cocoadevcentral.com).
Otherwise you can yse -[NSArray writeToFile:atomically:] to save your array
to a given file.
--
Thomas Deniau
References: | |
| >Coding (From: email@hidden) |