Hello all,
I have a problem and have tried several attempts to remedy, but have not figured out a "robust" fix.
my problem is I randomly get the "process cannot access the file ??? because it is being used by another process"
What I am doing is reading a text file about every 1/2 second. later in my app i try to write to the same text file.
Question: is there a way that i can read the text file without causing this error?
an example would be greatly appreciated.
Thank you
I have a problem and have tried several attempts to remedy, but have not figured out a "robust" fix.
my problem is I randomly get the "process cannot access the file ??? because it is being used by another process"
What I am doing is reading a text file about every 1/2 second. later in my app i try to write to the same text file.
Question: is there a way that i can read the text file without causing this error?
an example would be greatly appreciated.
Thank you