[Mono-bugs] [Bug 58251][Nor] Changed - DirectoryInfo.GetFiles breaks on directories containing spaces
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 10 May 2004 08:09:42 -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 jorn@nl.linux.org.
http://bugzilla.ximian.com/show_bug.cgi?id=58251
--- shadow/58251 2004-05-09 22:09:44.000000000 -0400
+++ shadow/58251.tmp.31565 2004-05-10 08:09:42.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58251
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: jorn@nl.linux.org
QAContact: mono-bugs@ximian.com
@@ -25,6 +25,10 @@
------- Additional Comments From gonzalo@ximian.com 2004-05-09 22:09 -------
MS trims the whitespace characters at the end of a directory name. We
behave like them.
If your directory was "/tmp/something here/" it would work.
+
+------- Additional Comments From jorn@nl.linux.org 2004-05-10 08:09 -------
+This can't be right, as on UNIX it is possible to have a directory
+called "blahblah " (*with* a trailing whitespace)