vote up 1 vote down star
1

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

flag

40% accept rate

1 Answer

vote up 4 vote down check

I don't know whether it can be done entirely within the framework, but maybe you could call out to SysInternals' Handle.exe to do the heavy lifting here?

link|flag
1  
+1 for using Handle.exe. It would be very difficult to implement such functionality in C#: stackoverflow.com/questions/177146/… – Darin Dimitrov May 3 at 9:54
Thanks for the link, @Darin. Interesting! – Cerebrus May 3 at 10:51
Parsing handle output can be a simple and clean choice. Thanks :). – Ricardo May 15 at 12:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.