Hi All
Anyone help me to set multiple drives for FileSystemWatch er component.
FileSystemWatch er watcher=new FileSystemWatch er();
watcher.Path = "c:\"
this is working fine.
If i give
watcher.Path = "c:\,d:\"
its throwing exception. Is there anyway to achive this?
thanks in advance
Raghu.
Anyone help me to set multiple drives for FileSystemWatch er component.
FileSystemWatch er watcher=new FileSystemWatch er();
watcher.Path = "c:\"
this is working fine.
If i give
watcher.Path = "c:\,d:\"
its throwing exception. Is there anyway to achive this?
thanks in advance
Raghu.
Comment