Re: Appending to text file... best way?
Re: Appending to text file... best way?
- Subject: Re: Appending to text file... best way?
- From: Dave DeLong <email@hidden>
- Date: Fri, 10 Jun 2005 17:29:15 -0500
On Jun 10, 2005, at 3:25 PM, Fritz Anderson wrote:
On 10 Jun 2005, at 12:59 PM, Dave DeLong wrote:
Hi everyone (again),
HI DAVE!!
Um, hi! =)
So if NSString's writeToFile methods don't suit you, choose an
encoding (NSUTF8StringEncoding is safe) and use dataUsingEncoding:
to produce the corresponding NSData. Write that or use its bytes
and length methods to feed NSOutputStream, as you choose.
Hey, that's pretty neat! You just helped me go from a 15-minute
write time to a 4 second interval! =D
Thanks a bunch! =D
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden