Is there a way to get the PID from a process that blocks a file using C #?

Is there a way to get the PID from a process that blocks a file using C #?

+3
source share
1 answer

I don’t know if this can be done completely within the framework, but perhaps you could turn to SysInternals Handle.exe in a heavy lift here?

+6
source

Source: https://habr.com/ru/post/1707541/


All Articles