M
Marty McDonald
I'm confused between FileSystemWatcher events (Changed, Created, Deleted,
Renamed) and the NotifyFilter. It seems that they are redundant and even
inconsistent at the same time.
For example, if I subscribe to the "Changed" event, and use a NotifyFilter
of "LastWrite", aren't they specifying the same thing?
Another example, if I subscribe only to the "Deleted" event, and use
NotifyFilter of "Size", what would that do?
Thanks for any clarification.
--Marty
Renamed) and the NotifyFilter. It seems that they are redundant and even
inconsistent at the same time.
For example, if I subscribe to the "Changed" event, and use a NotifyFilter
of "LastWrite", aren't they specifying the same thing?
Another example, if I subscribe only to the "Deleted" event, and use
NotifyFilter of "Size", what would that do?
Thanks for any clarification.
--Marty