Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 302
mbrownnyc Avatar asked Oct 22 '25 21:10

mbrownnyc


1 Answers

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

like image 80
Eugene Mayevski 'Callback Avatar answered Oct 27 '25 01:10

Eugene Mayevski 'Callback