Hi all, how does one create a file stream in Pharo 7 that forces a specific line end convention ? For example, for forcing all end of lines to be Character lf.
The old way, fileStream lineEndConvention: #'lf'. does not work anymore. Thanks, Thierry
Hi all, how does one create a file stream in Pharo 7 that forces a specific line end convention ? For example, for forcing all end of lines to be Character lf.
The old way, fileStream lineEndConvention: #'lf'. does not work anymore. Thanks, Thierry