[Mono-bugs] [Bug 53892][Nor] Changed - Missing trailing directory separator char using Path.GetDirectoryName on Windows
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Mar 2004 07:22:43 -0500 (EST)
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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53892
--- shadow/53892 2004-02-04 16:46:24.000000000 -0500
+++ shadow/53892.tmp.6068 2004-03-25 07:22:43.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 53892
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -24,6 +24,9 @@
eg. Path.GetDirectoryName(@"c:\test") should return c:\, but instead
returns c: on Windows
To match the MS.NET implementation, Path.GetDirectoryName should also
return the trailing directory separator character on Windows when the
directory name is the root.
+
+------- Additional Comments From lluis@ximian.com 2004-03-25 07:22 -------
+Fixed in CVS. Thanks!