[Mono-bugs] [Bug 58234][Nor] Changed - FileSystemWatcher does not seem to work
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Jun 2004 17:26:55 -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 jorn@nl.linux.org.
http://bugzilla.ximian.com/show_bug.cgi?id=58234
--- shadow/58234 2004-06-06 17:21:06.000000000 -0400
+++ shadow/58234.tmp.32037 2004-06-06 17:26:55.000000000 -0400
@@ -84,6 +84,12 @@
------- Additional Comments From gonzalo@ximian.com 2004-06-06 16:52 -------
It might be FAM, yes. Can you try exporting MONO_MANAGED_WATCHER=1 and
runnning your test?
------- Additional Comments From jorn@nl.linux.org 2004-06-06 17:21 -------
That works perfectly.
+
+------- Additional Comments From jorn@nl.linux.org 2004-06-06 17:26 -------
+I ran into another issue: According to MSDN NotifyFilter should by
+default be initialized to NotifyFilters.LastWrite |
+NotifyFilters.FileName | NotifyFilters.DirectoryName, currently it
+doesn't seem to be so.