[Mono-bugs] [Bug 58251][Nor] Changed - DirectoryInfo.GetFiles breaks on directories containing spaces

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 9 May 2004 22:09:44 -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=58251

--- shadow/58251	2004-05-09 19:51:14.000000000 -0400
+++ shadow/58251.tmp.26837	2004-05-09 22:09:44.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 58251
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jorn@nl.linux.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -19,6 +19,12 @@
 See the attached testcase.
 
 ------- Additional Comments From jorn@nl.linux.org  2004-05-09 19:51 -------
 Created an attachment (id=7653)
 Testcase
 
+
+------- 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.