[Mono-bugs] [Bug 77007][Nor] Changed - Path.GetFullPath don't
treats "drive:path" as CurrentDirectory
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Dec 21 16:18:13 EST 2005
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77007
--- shadow/77007 2005-12-15 12:24:12.000000000 -0500
+++ shadow/77007.tmp.3451 2005-12-21 16:18:13.000000000 -0500
@@ -49,6 +49,15 @@
Expected results:
C:\WINDOWS\system32
C:\WINDOWS\system32\dir
C:\WINDOWS\dir
C:\dir
+
+------- Additional Comments From sebastien at ximian.com 2005-12-21 16:18 -------
+Fixed in SVN (r54701).
+
+However I'll open a new bug (#77058) because C14N doesn't work
+properly with a drive (e.g. @"C:\WINDOWS\SYSTEM32\..\..\..\dir" ->
+"dir" and not @"C:\dir").
+
+Thanks for providing the samples.
More information about the mono-bugs
mailing list