Directory view class (.net)

I need a quick yes / no answer on this ...

Is it possible to get the directory watch class to watch the directory and its sub directories (all the way to the bottom), or does the directory watch class track changes / events in the parent directory?

0


source to share


1 answer


Yes it is possible. The IncludeSubDirectories property allows you to do this. Do you mean FileSystemWatcher?



+1


source







All Articles