I have a FileSystemWatcher on machine A watching a folder on machine B over a network. I want to create another FileSystemWatcher in a program on machine B to monitor the same folder locally. Will the second FileSystemWatcher interfere with the first one?
Share
I set up a test and found that the FileSystemWatchers on both machines recieved notifications of events with interfering with each other.