File System Watcher
C#
3
Posts
2
Posters
0
Views
1
Watching
-
how do i make my file system watcher watch my dir and all it subdir to i have to create a file system watcher for each sub dir too. Thanks chad
if i understand what you want correctly what about IncludeSubdirectories Property indicating whether subdirectories within the specified path should be monitored
fileSystemWatcher.IncludeSubdirectories=true
MCAD
-
if i understand what you want correctly what about IncludeSubdirectories Property indicating whether subdirectories within the specified path should be monitored
fileSystemWatcher.IncludeSubdirectories=true
MCAD