[Mono-bugs] [Bug 42631][Cri] Changed - Path.GetFullPath adds duplicate drive ("c:\c:\") on win32
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 22 May 2003 22:16:52 -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=42631
--- shadow/42631 Thu May 22 17:41:20 2003
+++ shadow/42631.tmp.29062 Thu May 22 22:16:52 2003
@@ -1,13 +1,13 @@
Bug#: 42631
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details: win 2000
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Critical
Component: CORLIB
AssignedTo: gonzalo@ximian.com
ReportedBy: pelle.johnsen@mail.dk
QAContact: mono-bugs@ximian.com
@@ -145,6 +145,9 @@
Hi, in the last version of Path.cs (1.31), I still get c:\c:\
behaviour when using GetFullPath() method.
------- Additional Comments From bmaurer@users.sf.net 2003-05-15 22:54 -------
Gonzalo, this is a problem in your code. The Substring that is called
is no longer taking effect, and thus the c:\ part is showing up twice.
+
+------- Additional Comments From gonzalo@ximian.com 2003-05-22 22:16 -------
+Fixed in CVS.