Using FileSystemWatcher, we can track the IO activity of a particular file system, but still know which of the running processes causes IO?
More specifically, suppose that the running process, abc.exe, creates a text.txt file on drive D. We can track that a file called text.txt was created on drive D using FileSystemWatcher, but we can programmatically determine that the process with does abc.exe create this particular file in drive D?
c # process filesystemwatcher
Anindya chatterjee
source share