SyntaxFix
Write A Post
Hire A Developer
Questions
using (StreamWriter w = File.AppendText("myFile.txt")) { w.WriteLine("hello"); }