in reply to Re^2: How do I test to see if another process is writing to a file (in Windows) (!share)
in thread How do I test to see if another process is writing to a file (in Windows)
I guess the interactions are a bit different than my expectations. I get the same results. Worse, once I get the exclusive access, the other process still has the file open for write access but its attempts to write to the file fail.
So, instead, don't share "r" access and you can tell if anything has the file open at all, it seems.
- tye
|
|---|