I'm working with a library that uses Environment.NewLine as it's newline char when writing a file. I need it to write Unix formatted files, and as such would like to change the newline char.
Can I change the value of Environment.NewLine?
Any other ideas (aside from converting the file post creation)?