D
David Veeneman
I have a maddening problem that I hope someone can help with. I have some
code that writes temporary documents to the data folder of my web site. On
one document, I keep getting an error "The process cannot access the file
'myFile.txt' because it is being used by another process."
Simple failure to wrap a stream writer in a try-catch-finally block, right?
Not so--here's the code in question:
code that writes temporary documents to the data folder of my web site. On
one document, I keep getting an error "The process cannot access the file
'myFile.txt' because it is being used by another process."
Simple failure to wrap a stream writer in a try-catch-finally block, right?
Not so--here's the code in question: