Hi everyone.
Is there ability to read file that is used by another process?
Thanks.
Hi everyone.
Is there ability to read file that is used by another process?
Thanks.
If the process holds an exclusive lock on the file then no. If the process holds a shared lock, you can read it.
It depends on how the other process opened the file (i.e., is it locked). Bear in mind that reading a file while it is being changed by another process may yield unexpected results.
Depending on the files you want to access, have a look at Volume Shadow Copy.