[Mono-bugs] [Bug 53173][Wis] Changed - DirectoryInfo.GetFiles fails when the directory name ends with a space
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 10 May 2004 17:15: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=53173
--- shadow/53173 2004-01-23 08:49:16.000000000 -0500
+++ shadow/53173.tmp.9554 2004-05-10 17:15:55.000000000 -0400
@@ -1,8 +1,8 @@
Bug#: 53173
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
@@ -68,6 +68,9 @@
-> class libs.
The problem is that Path.GetFullPath () deletes the space at the end
of a path. This is consistent with MS behaviour, but I'm not sure
files names under windows can end with a space, so it is not a problem
for the MS implementation, but it is a problem for us.
+
+------- Additional Comments From gonzalo@ximian.com 2004-05-10 17:15 -------
+*** Bug 58251 has been marked as a duplicate of this bug. ***