Re: Saving a NSMutableArray
Re: Saving a NSMutableArray
- Subject: Re: Saving a NSMutableArray
- From: j o a r <email@hidden>
- Date: Fri, 16 May 2003 20:33:18 +0200
You need to save the whole thing again.
Is it a problem, have you benchmarked it?
j o a r
On Friday, May 16, 2003, at 20:09 Europe/Stockholm, Lorenzo wrote:
let's suppose I have a very large database in an NSMutableArray I did
read
early from the disk.
Each record is a NSMutableDictionary with 2 keys, Name and Surname.
If I change one only key, e.g. the Name, of one only record,
should then I save the whole NSMutableArray with
- (BOOL)writeToFile:(NSString *)path atomically:(BOOL)flag ?
_______________________________________________
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.