0
Reply

FileSystemWatcher

Galit

Galit

Dec 3 2008 4:04 AM
2.1k

Hi,

I'm using a file system watcher to track changes in a tree of files&folders.

I want to disableRaisingEvents for a certain period, and then enable it again..

Is there a way to make the watcher be updated with all of the changes that happened while it was disabled???

(I don't want to reload the fileSystem because it's a tree with checkBoxes and I don't want to remember which check box was marked and which wasn't...)

Thanks!