[Mono-bugs] [Bug 53807][Nor] Changed - FileSystemWatcher.IncludeSubdirectories not working

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Feb 2004 15:12:36 -0500 (EST)


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=53807

--- shadow/53807	2004-02-03 11:25:58.000000000 -0500
+++ shadow/53807.tmp.2148	2004-02-03 15:12:36.000000000 -0500
@@ -1,21 +1,25 @@
 Bug#: 53807
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: gonzalo@ximian.com                            
 ReportedBy: jorn@nl.linux.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: FileSystemWatcher.IncludeSubdirectories not working
 
 In mono 0.30, FileSystemWatcher.IncludeSubdirectories doesn't seem to work.
 It does watch the "main" path, but not what goes on in its subdirs. I am
 using the FAM backend, btw.
+
+------- Additional Comments From gonzalo@ximian.com  2004-02-03 15:12 -------
+Right, FAM does not monitor subdirectories. I should add them 'by
+hand' when IncludeSubdirectories is enabled.