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#.
I want to use performance monitors to determine when a file is being accessed
Share
For what its worth, you can use FileSystemWatcher to monitor writes to a specific file.