Re: File I/O
Re: File I/O
- Subject: Re: File I/O
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 19 Sep 2008 15:20:31 -0600
On Sep 19, 2008, at 3:15 PM, Jordon Hirshon wrote:
How can I read a file a line at a time (i.e. getline)? I'm trying
to do this in a Cocoa Framework.
Try using NSFileHandle to read a file until a line feed is
encountered. There's no built-in method of stopping at a character,
but you could always read it in byte by byte.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >File I/O (From: Jordon Hirshon <email@hidden>) |