I've this scenario: a user of my service application wants to configure in a xml configuration file a list of n paths. At startup time I want to create n filesystemwatcher with their eventhandler.
How to do this?
Is really simple in vs to create FileSystemWatcher, but how to do this when I don't know how many?
Thanks!