Hi, I'm trying to get started with Pharo doing something really simple - at least that's what I thought ... I'm trying to read a text file line by line.
If I use File named: '/tmp/linex.txt' readStream nextLine I'll get a debugger telling me that BinaryFileStream does not understand nextLine. Now I've tried my best to find a stream that may be reading plain text lines but to no avail ... Help! -dirk