I have 2 separate files opened (csharplow.txt and csharphigh.txt). If I delete these two files before I run the program, they're created. I have also added a if(File.Exists()) for each one every time something is supposed to be written to either file, and the system recognizes that the file is there.
I'm using StreamWriter for each file (streamwriters are sw1 and sw2).
|