Modified event of FileSystemWatcher getting triggered multiple times [duplicate]
问题 This question already has answers here : FileSystemWatcher Changed event is raised twice (39 answers) Closed 10 months ago . I want to monitor the following New File being created/copied to the directory Existing file edited I use the following code to subscribe to the created and changed event of the FileSystemWatcher class.I have noted some issues with FSW Class. On replacing files, the changed event is getting triggered numerous times. How can i get over this issue.Kindly advice. watcher