[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 23:06:28 -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 fxjrlists@yahoo.com.br.

http://bugzilla.ximian.com/show_bug.cgi?id=42631

--- shadow/42631	Thu May 15 22:56:00 2003
+++ shadow/42631.tmp.13292	Thu May 15 23:06:28 2003
@@ -10,12 +10,13 @@
 Component: CORLIB
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: pelle.johnsen@mail.dk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
+Cc: 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:\"