[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 07:17:37 -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 dick@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58116

--- shadow/58116	2004-05-07 04:36:55.000000000 -0400
+++ shadow/58116.tmp.27928	2004-05-07 07:17:37.000000000 -0400
@@ -61,6 +61,13 @@
 ------- 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?
+
+------- Additional Comments From dick@ximian.com  2004-05-07 07:17 -------
+I tried to create a file containing '?' on windows but it wouldn't let
+me.  Files exported by samba seem to have ?s mangled.
+
+Therefore I don't think we need to care about windows breaking because
+it shouldn't happen anyway.