C
csharpula csharp
Hello,
I read a file via Stream Reader which is associated with web response
from linux server and using Stream Writer to write to a text file.
I read a text file and for some reason I read an extra empty line which
is not part of the file.Why can it happen? Maybe it has something to do
with Linux via Windows ?
I did : streamReader.NewLine ="\n" and it didn't help.
Why is that?
Thanks!
I read a file via Stream Reader which is associated with web response
from linux server and using Stream Writer to write to a text file.
I read a text file and for some reason I read an extra empty line which
is not part of the file.Why can it happen? Maybe it has something to do
with Linux via Windows ?
I did : streamReader.NewLine ="\n" and it didn't help.
Why is that?
Thanks!