Saving a NSMutableArray
Saving a NSMutableArray
- Subject: Saving a NSMutableArray
- From: Lorenzo <email@hidden>
- Date: Fri, 16 May 2003 20:09:21 +0200
Hi,
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 ?
or can I save only the small changement to the existing file?
If yes, haw can I do?
Best Regards
--
Lorenzo
email: email@hidden
_______________________________________________
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.