No, that cannot be the problem. 
The following works without problems:

| working stream |
working := FileSystem disk workingDirectory. 
stream := (working / 'foo.txt') writeStream. 
stream nextPutAll: 'Hello World'.
stream close.




--
View this message in context: 
http://forum.world.st/FLSerializer-in-Pharo-6-1-tp4959960p4959973.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to