Yes, you are right. In Pharo 1.4 The problem was that when you evaluate FileStream fileNamed: 'hello.t'
it gives you an instance of MultiByteFileStream, and it's a read write stream. But when you evaluate (FileSystem disk workingDirectory resolve: 'hello.t') writeStream. it gives you a FileSystemWriteStream and it's just a write stream. I made a mistake when i changed my pet project. ( i was confused) Thanks. On Sun, Jun 24, 2012 at 6:28 AM, Esteban Lorenzano <[email protected]>wrote: > mmm... because is a "write" stream? > > On Jun 24, 2012, at 1:21 AM, Bernardo Ezequiel Contreras wrote: > > > Hi all, > > > > Anybody knows why the FileSystemWriteStream doesn't implement the > message next? > > > > Thanks. > > > > > > -- > > Bernardo E.C. > > > -- Bernardo E.C.
