[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 17:41:20 -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 23:06:28 2003
+++ shadow/42631.tmp.2302 Thu May 22 17:41:20 2003
@@ -1,22 +1,22 @@
Bug#: 42631
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details: win 2000
-Status: REOPENED
+Status: NEW
Resolution:
Severity: Unknown
Priority: Critical
Component: CORLIB
-AssignedTo: bmaurer@users.sf.net
+AssignedTo: gonzalo@ximian.com
ReportedBy: pelle.johnsen@mail.dk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc: fxjrlists@yahoo.com.br,gonzalo@ximian.com
+Cc: bmaurer@users.sf.net,fxjrlists@yahoo.com.br,gonzalo@ximian.com
Summary: Path.GetFullPath adds duplicate drive ("c:\c:\") on win32
Description of Problem:
Path.GetFullPath returns wrong result on win32 with paths containing drive
letter. The drive letter is duplicated e.g. "C:\" becomes "C:\C:\"