Hello,
I am making a checkList program in c# and it's almost complete.
I used the "StreamWriter" and "StreamReader" class to read and write the texts. But after closing it once when i reopen the application and add a new task in the CheckList the prrvious one gets erased from the file.
Is there a way to write a line of text in a file without erasing the prevoius texts ?