[Mono-bugs] [Bug 67447][Wis] New - System.IO.DefaultWatcher - Use File.Exists
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Oct 2004 08:26:07 -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 tauberer@for.net.
http://bugzilla.ximian.com/show_bug.cgi?id=67447
--- shadow/67447 2004-10-04 08:26:07.000000000 -0400
+++ shadow/67447.tmp.29910 2004-10-04 08:26:07.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 67447
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tauberer@for.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.IO.DefaultWatcher - Use File.Exists
+
+System.IO.DefaultWatcher should use File.Exists before
+Directory.GetFileSystemEntries because it's faster when the filter is just
+a file name with no wild cards.