I am trying to make a program which acts just a bit like a database. The only problem yet is that I had problems with my streamwriters and readers. It seems that my streamwriter only wants to write a string in a txt file when I say
, but how can I open the stream again?
Code:
sw.Close();
Comment