How can I monitor disk access for a certain file?

Posted by AlexC on Stack Overflow See other posts from Stack Overflow or by AlexC
Published on 2010-04-12T21:50:37Z Indexed on 2010/04/12 21:52 UTC
Read the original article Hit count: 224

I want to use performance monitors to determine when a file is being accessed (read/write). Is this possible? If not, is there any other way? My OS is Windows Server 2008 R2, and I am writing the code in C#.

© Stack Overflow or respective owner

Related posts about performance-monitoring

Related posts about disk