Can you append a NSMutableArray to a file?

Posted by Emil on Stack Overflow See other posts from Stack Overflow or by Emil
Published on 2010-06-01T14:10:23Z Indexed on 2010/06/01 14:13 UTC
Read the original article Hit count: 163

Hi.

I am trying to write some data from an NSMutableArray to a plist, while keep the old plists content.

The function writeToFile:atomically: overwrites the old contents with the new, I want to append the objects in the new array to the plist.

How can this be done? Thank you.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c