File System Watcher
-
I use the File system Watcher in my application Public watchfolder As FileSystemWatcher watchfolder = New System.IO.FileSystemWatcher() 'this is the path we want to monitor watchfolder.Path = "c:\" these is work properly i want monitor full system watchfolder.Path =i want monitor "MyComputer" how do these any one help me:):laugh:
-
I use the File system Watcher in my application Public watchfolder As FileSystemWatcher watchfolder = New System.IO.FileSystemWatcher() 'this is the path we want to monitor watchfolder.Path = "c:\" these is work properly i want monitor full system watchfolder.Path =i want monitor "MyComputer" how do these any one help me:):laugh:
Hi, Its not possible. The default root is c:\ If you want to monitor the MyComputer than you need to have different Filesystem watcher for each drive... nishu