Append text using StreamWriter [duplicate]
问题 This question already has answers here : Append lines to a file using a StreamWriter (10 answers) Closed 6 years ago . This is probably a pretty simple question. In C# I'm trying to write a simple method, called my "DebugWrite" method, to write out any exceptions caught within my program to a text file stored locally. My current code only writes a new file every time, using StreamWriter How do you program it to check if the file already exists, and if so to append to the current text?. IE: If