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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Mar 2004 08:07:24 -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-03-30 05:25:04.000000000 -0500
+++ shadow/53807.tmp.3090	2004-03-30 08:07:24.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 53807
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: jorn@nl.linux.org               
 QAContact: mono-bugs@ximian.com
@@ -20,6 +20,9 @@
 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.
+
+------- Additional Comments From gonzalo@ximian.com  2004-03-30 08:07 -------
+Implmented support for monitoring subdirectories with FAM.