Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80564 --- shadow/80564 2007-04-07 03:26:01.000000000 -0400 +++ shadow/80564.tmp.19466 2007-04-07 03:26:37.000000000 -0400 @@ -48,6 +48,15 @@ descriptor instead. ------- Additional Comments From [EMAIL PROTECTED] 2007-04-07 03:26 ------- Created an attachment (id=19017) Simple program to monitor the current directory for file system events + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-07 03:26 ------- +Created and Deleted events seem to fire ok. However, Changed events do +not fire consistently. The test case from Andreas always fails. To +investigate further I created a test application to monitor the +current directory for all events. As expected, Created and Delete work +if I touch and rm a file. However, if I try to cat or echo into a file +I get no Changed event, BUT if I use vi to edit a file and then save +it, I DO get a Changed event. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
