atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Wed Mar 26, 2014 5:49 pm Post subject: |
|
|
1. Happens because you have 'Console.ReadLine();'.
2. Happens because of the formatting for line endings in your files.
If you want different line endings, you will need to write the lines one by one yourself code wise instead of using File.WriteAllLines.
_________________
- Retired. |
|