SyntaxFix
Write A Post
Hire A Developer
Questions
Don't forget the easy route:
static void Main(string[] args) { var text = File.ReadAllText(@"C:\words.txt"); File.WriteAllText(@"C:\words.txt", text + "DERP"); }