How exactly do you distinguish file and folder deletion events using the file system watcher control?
I've searched google trying to find an answer, but the only suggestion I've seen is to use separate filesystemwatcher objects for each task, just changing the "include sub directories" flag each time. That's stupid, there must be a simpler solution for such a simple control...