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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 18:11:16 -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 18:11:16.000000000 -0400
+++ shadow/59840.tmp.21276	2004-06-08 18:11:16.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 59840
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ryoung@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: FileSystemWatcher does not see directory events.
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+System.IO.FileWatcher does not see directory creations or deletes.
+
+I would also like to know if if should see deep events?
+
+
+Steps to reproduce the problem:
+1. Run the attached test. "mono FWTest.exe (path)"
+2. Create a file in the path that is being watched.
+3. You will see output indicating that the event was recieved
+4. Create a directory in the path that is being watched.
+5. You will not see any output.  The event is not recieved.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+every time.
+
+Additional Information:
+I believe this worked in a previous version.