ok, this should be simple, but is not working for me. When my smart app opens, it reads a text file using streamreader. I then close the file. When the app is closed, I am opening the file using streamwriter to re-output my settings. The problem I am having is that if the file was opened by the app earlier, I get an error trying to re-open it later for writing to it. If I don't open it at the beginning, it is able to write to it just fine. I am setting file.close() and then file=nothing after reading it in my form_load, and that doesn't help. The error is IOExceoption, very general.
Nick
Nick