Hi.
I have created in my application 2 threads: one for writing a text file and one for reading the same file. Normally this two operations can't appear at the same time, but analyzing more careful the problem I concluded that this process may appear. Now I need to know if I begin an operation (writing or reading) the second operation waits the first one to be finished?
Thanks.