On Tuesday 24 January 2006 10:57, Mike McCormack wrote:
This isn't ready yet because it cause a regression test to fail. The failure is related to calling RemoveDirectory on an open directory handle, so isn't a fault in this code.
You must be referring to my evil change notification test here? Another interesting case that I didn't test would be moving a directory that has change notifications registered for it. I see you don't map IN_MOVE_SELF, which would allow us to detect this case. Any particular reason for that?
-Hans