Hi all,
Not sure to be right but it seems that on Windows WriteLine end line by a n, which is not aligned with platform convention.
May be it should be better to end by p which is platform specific, cn on Windows.
May be I missed something and it is not the good function to write lines in a text file.
Regards, Fabien
It is your opinion, but it could be understand as I don't care of Windows users (I stay polite). IMHO not a good message for a language that aims to be multi OS friendly. And there are a lot of (maybe bad) tools remaining used in the huge liste of Dos / Windows softwares still used by companies that do this assomption of end line. This is reality.
I've handled this by hand with my own use of WriteLine. Several details like this could discourage Windows users which is quite sad.