[Mono-bugs] [Bug 58875][Wis] Changed - DirectoryInfo.GetFile(string mask) incorrectly throwing exception
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 23 May 2004 17:33: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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58875
--- shadow/58875 2004-05-23 12:59:35.000000000 -0400
+++ shadow/58875.tmp.25834 2004-05-23 17:33:20.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 58875
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: Windows 2003
Status: NEW
Resolution:
Severity: 001 One hour
Priority: Wishlist
Component: System
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: duncan@ximian.com
ReportedBy: ddmk@r66.ru
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: DirectoryInfo.GetFile(string mask) incorrectly throwing exception
@@ -71,6 +71,10 @@
I download beta1-2 for win32 but before compying all dlls from
Mono\lib\mono\1.0 to Mono\lib
many programs failes with error cannot find assembly System.dll
after copying libraries Windows.Forms still not work
and some errors with System.IO which you can see here.
+
+------- 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.