static void Main(string[] args) { var text = File.ReadAllText(@"C:words.txt"); File.WriteAllText(@"C:words.txt", text + "DERP"); }