[Mono-bugs] [Bug 76191][Nor] Changed - Wrong and invalid
DirectoryInfo.Parent values on Windows
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Dec 15 10:27: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=76191
--- shadow/76191 2005-12-12 20:04:31.000000000 -0500
+++ shadow/76191.tmp.21370 2005-12-15 10:27:13.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 76191
Product: Mono: Class Libraries
Version: unspecified
OS: Windows XP
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: sebastien at ximian.com
ReportedBy: kornelpal at hotmail.com
QAContact: mono-bugs at ximian.com
@@ -163,6 +163,14 @@
directory of drive C:. But as you can see the different results
trailing backslashes are handled incorrectly. Also note that this
bug may exist in case of Unix paths as well.
------- Additional Comments From peter at novonyx.com 2005-12-07 12:47 -------
*** Bug 76936 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From sebastien at ximian.com 2005-12-15 10:27 -------
+Fixed in SVN (r54456). Unit tests added in r54457.
+
+The problem was in Path.GetFullPath where a drive alone (i.e. a
+Windows-only issue) returns the current directory *if* the current
+directory is located on the specified drive.
+
More information about the mono-bugs
mailing list