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!