Re: Appending text to a file
Re: Appending text to a file
- Subject: Re: Appending text to a file
- From: Ondra Cada <email@hidden>
- Date: Sun, 11 Aug 2002 22:08:30 +0200
On Sunday, August 11, 2002, at 09:54 , Nico wrote:
How can I append a string to a file ? I mean I don't want to overwrite the
entire file, but just adding my text at its end.
Unless I've overlooked anything, you are stick with either overwriting it
entirely, or going down to BSD fopen(...,"a").
---
Ondra Hada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.