Skip navigation.
 
mlRe: Appending to file with writeToFile
FROM : Jens Alfke
DATE : Thu May 29 17:03:12 2008

On 29 May '08, at 7:42 AM, Glover,David wrote:

> I've searched around for a while and can't find any way to append the
> strings in my file.  I was wondering if anyone else had achieved this?
> Or if anybody knows how to do it?


For stream access to files, use NSFileHandle, NSOutputStream, the C 
stdio library, or Unix open/write system calls.

—Jens

Related mailsAuthorDate
mlAppending to file with writeToFile Glover,David May 29, 16:42
mlRe: Appending to file with writeToFile Jens Alfke May 29, 17:03
mlRe: Appending to file with writeToFile Ken Thomases May 29, 17:07
mlRE: Appending to file with writeToFile Glover,David May 29, 17:23