List of open files held by a process?

Posted by Legend on Stack Overflow See other posts from Stack Overflow or by Legend
Published on 2010-05-08T23:46:02Z Indexed on 2010/05/08 23:58 UTC
Read the original article Hit count: 168

Filed under:
|
|
|
|

I am just starting off with C#. I managed to get a list of running processes and getting a particular process ID. Can someone tell me how to get a list of files that are opened by a given process ID?

© Stack Overflow or respective owner

Related posts about windows-7

Related posts about c#