Search code examples
filesystemwatcher

Is it possible to identify what process is changing a file with FileSystemWatcher?


Is it possible to use the FileSystemWatcher to find the PID or process name that is changing a file?


Solution

  • Nope, you need a file system filter driver to track changes with such details.