Hi,
I'm trying to use FileSystemWatcher to monitor multiple remote drives activities. I'm going to do this by creating multiple instances of the FileSystemWatcher and pass each drive path to them. Currently I'm successful in doing that but I have to actually map each drive to a drive letter and pass it to the FileSystemWatcher. I don't want to map each drive that I'm monitoring. Does anybody know how to pass a UNC path to the FileSystemWatcher? The network drive I'm trying to connect to requires username and password. Thanks for the help
I'm trying to use FileSystemWatcher to monitor multiple remote drives activities. I'm going to do this by creating multiple instances of the FileSystemWatcher and pass each drive path to them. Currently I'm successful in doing that but I have to actually map each drive to a drive letter and pass it to the FileSystemWatcher. I don't want to map each drive that I'm monitoring. Does anybody know how to pass a UNC path to the FileSystemWatcher? The network drive I'm trying to connect to requires username and password. Thanks for the help