I would like to create a .txt file and write to it, and if the file already exists I just want to append some more lines:
string path = @\"E:\\AppServ\\Examp
You just want to open the file in "append" mode.
http://msdn.microsoft.com/en-us/library/3zc0w663.aspx