[Mono-bugs] [Bug 59840][Maj] Changed - FileSystemWatcher does not see directory events.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 13:22:15 -0400 (EDT)


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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59840

--- shadow/59840	2004-06-15 00:35:25.000000000 -0400
+++ shadow/59840.tmp.14630	2004-06-23 13:22:15.000000000 -0400
@@ -78,6 +78,19 @@
 Created an attachment (id=8172)
 Modified test assembly
 
 
 ------- Additional Comments From ryoung@novell.com  2004-06-14 12:02 -------
 By the way I am on mono beta3, SUSE 9.1 with NLD
+
+------- Additional Comments From gonzalo@ximian.com  2004-06-23 13:22 -------
+gonzalo@lalo4:/tmp$ mono fsw.exe .
+Created ./kk
+Deleted ./kk
+Created ./kk
+Created ./kk/file.txt
+Changed ./kk
+
+This is what i get on linux while doing 'mkdir /tmp/kk, rmdir /tmp/kk,
+mkdir /tmp/kk, touch /tmp/kk/file.txt'.
+
+What do you expect?