[Mono-bugs] [Bug 58875][Wis] Changed - DirectoryInfo.GetFile(string mask) incorrectly throwing exception
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 24 May 2004 18:46:20 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58875
--- shadow/58875 2004-05-24 16:00:38.000000000 -0400
+++ shadow/58875.tmp.12372 2004-05-24 18:46:20.000000000 -0400
@@ -78,6 +78,11 @@
------- Additional Comments From duncan@ximian.com 2004-05-23 17:33 -------
I have a patch for this, I just need to test it to make sure I didn't
cause any regressions.
------- Additional Comments From duncan@ximian.com 2004-05-24 16:00 -------
Okay, I got the patch in CVS. Fixed.
+
+------- Additional Comments From gonzalo@ximian.com 2004-05-24 18:46 -------
+Duncan, the bug was io-layer function returning something different
+from what FindFirst returns on windows. I reverted your patch and
+fixed it with other