Hi Im using a List type and add some strings and so creating a text file using lst.WriteList() to create that file. But its not adding the CRLF on the end of line.. How can I config it correctly to add CRLF ?
Hum... ok, but then how can I write a file with CRLF ? I tryed with TextWriter and added CRLF constant in each line and used Write() method but the result was the same.
Thanks in advance!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.