I have a probelm when writting in a text file i have a string
of 14 numbers and they change evey time with a space between them but the probelm every time it erase the previous line and write a new one until i find only the last line in the text file :( plz help me
the c# code :
Code:
string path = @"D:\newS_R.txt"; TextWriter tw = new StreamWriter(path);