July 8, 2013
1:52 p.m.
On 08 Jul 2013, at 15:02, "phil@highoctane.be" <phil@highoctane.be> wrote:
Maybe I'm just doing something silly (like reading binary instead of text).
I vaguely remember FileSystem doing something weird like that long ago, maybe in 1.4. In any case, 'file.csv' asFileReference readStream gives a character stream, if you want a binary one, you have to convert explicitly, using #binary. Was there already FileSystem in 1.4 ?