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!