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
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 mails | Author | Date |
|---|---|---|
| Glover,David | May 29, 16:42 | |
| Jens Alfke | May 29, 17:03 | |
| Ken Thomases | May 29, 17:07 | |
| Glover,David | May 29, 17:23 |






Cocoa mail archive

