|
File instances are not streams, right ?
I think it should be
(File named: self fileName) openForWrite
or even better,
(File named: self fileName) openForAppend
and remove the whole following expression.
What do you think ?
On the other hand, using file references would work too. Those are buffered and properly encoded, which is probably better.
|
|
|
Priority: 1 – Show Stopper !!!!!!
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|