[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, 15 May 2003 22:54:24 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=42631
--- shadow/42631 Thu May 15 22:52:04 2003
+++ shadow/42631.tmp.469 Thu May 15 22:54:24 2003
@@ -140,6 +140,10 @@
could also repackage a version of CVS with my changes backed out.
------- Additional Comments From fxjrlists@yahoo.com.br 2003-05-15 22:52 -------
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.