Assuming I have the pid or process name, how can I get the open files by that process in c#? The question has been asked before but I couldn't find what I was looking for. I know that each process probably will have many handles but I can filter them out later. So, is this possible?

link|improve this question

75% accept rate
@ Yuriy Faktorovich I have seen that post already but it wasn't helpful for me – user579674 Jan 27 '11 at 18:00
1  
@user57967 why not? – Yuriy Faktorovich Jan 27 '11 at 18:02
@Yuriy Faktorovich Because one proposed working solution was about monitoring folders which is not what I want – user579674 Jan 27 '11 at 18:05
Consider this class DetectOpenFiles : vmccontroller.codeplex.com/SourceControl/changeset/view/… – zproxy Jul 28 '11 at 10:08
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.