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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Jun 2004 11:59:49 -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 ryoung@novell.com.

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

--- shadow/59840	2004-06-08 20:36:29.000000000 -0400
+++ shadow/59840.tmp.19821	2004-06-14 11:59:49.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59840
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: NOTABUG
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ryoung@novell.com               
 QAContact: mono-bugs@ximian.com
@@ -54,6 +54,17 @@
 Test assembly
 
 
 ------- Additional Comments From gonzalo@ximian.com  2004-06-08 20:36 -------
 Read the documentation on FileSystemWatcher IncludeSubdirectories
 property.
+
+------- Additional Comments From ryoung@novell.com  2004-06-14 11:59 -------
+I am not trying to monitor deep.  I just want to see the events in 
+the dirctory I am monitoring.  I would like to use a deep watcher 
+but I know that doesn't work on mono.  On .net on windows the 
+include test does show dirctories that are created, deleted an 
+changed if the dirctory is in the monitored directory (1 level).  I 
+thought mono should be emulating the .net windows behavior.  I have 
+modified the test to set the IncludeSubdirectories property and I 
+get the same behavior (no events for dirs in the monitored dir).  I 
+have included the modified test.