[Mono-bugs] [Bug 58116][Maj] Changed - DirectoryInfo.GetFiles fails on path names containing a '?'

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 7 May 2004 04:36:55 -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=58116

--- shadow/58116	2004-05-06 07:37:57.000000000 -0400
+++ shadow/58116.tmp.25756	2004-05-07 04:36:55.000000000 -0400
@@ -57,6 +57,10 @@
 
 This is beta 1. I don't have the time to build CVS atm unfortunately
 .. but if this test works for you I suppose it is fixed.
 
 ------- Additional Comments From dick@ximian.com  2004-05-06 07:37 -------
 OK, that shows the error.
+
+------- Additional Comments From gonzalo@ximian.com  2004-05-07 04:36 -------
+Should we just pass along the directory name and let FindFirstFile
+fail on windows while we work fine in io-layer?