Deleting a line from a txt file in objective-c

Posted by Niall on Stack Overflow See other posts from Stack Overflow or by Niall
Published on 2010-06-05T14:31:29Z Indexed on 2010/06/05 14:32 UTC
Read the original article Hit count: 389

Filed under:
|
|
|

Is there a way to remove a line from the end of a .txt file from Objective-C? I can't seem to find anything on manipulating text files from Objective-C, only reading them into a NSString.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c