It was my understanding that I would have to add a file system watcher for each of those directories, versus my current system where I can just add another entry in a database and the next time around ...
I have a directory on a remote machine into which client computers will place files, I need to write code to respond to the creation of those files, and the best way I could come up with in C# was ...
When I add a file to a subfolder of the monitored folder with Filter = . and IncludeSubdirectories = false, the class crashes and causes an infinite loop. watcher = new FileSystemWatcher("C:\TEST"); ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results