Re: reading in text files
Re: reading in text files
- Subject: Re: reading in text files
- From: Ben Jansen <email@hidden>
- Date: Fri, 1 Feb 2002 20:46:22 -0800
On Friday, February 1, 2002, at 12:41 PM, Bob Savage wrote:
on 2/1/02 1:57 PM, Ondra Cada wrote:
It *is* nice. RTFM NSFileHandle.html.
Hi, Ondra,
thanks for the pointer, I was thinking about the features for reading a
line
at a time, though:
<snip>
Perhaps NSFileHandle can be extended with a method -readDataToEndOfLine
to match -readDataToEndOfFile?
I second that! Something like getline() or ifstream.getline() in C++.
Except it should actually work on text files from multiple platforms ;P
This kind of function would be very nice.
- Ben