Reading ASCII strings from a file I am just starting to work with X-Code for the IPhone. My previous experience has been with several versions of BASIC and Delphi (Pascal-based).
In those languages, there are special file-handling routines for flat text files, which can read in one line at a time ( a line being ended with a CR/LF). Looking through the NSFileHandle methods, I can't find one that is tailored to this purpose.
Is there some simple way to sequentially read in lines from a flat text file?
Thanks in advance for any help.
jrdoner |