I have code that reads a file and then converts it to a string, the string is then written to a new file, although could someone demonstrate how to append this string to the
using(StreamWriter file = File.AppendText(@"c:\test2.txt")) { file.WriteLine(myString); }