[Mono-bugs] [Bug 80737][Nor] Changed - Path.GetFullPath returns wrong results if mixing "/" and "\"

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Feb 6 13:03:50 EST 2007


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 robertj at gmx.net.

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

--- shadow/80737	2007-02-06 10:16:41.000000000 -0500
+++ shadow/80737.tmp.31691	2007-02-06 13:03:49.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80737
 Product: Mono: Class Libraries
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: Ubuntu
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: frederik.carlier at ugent.be               
 QAContact: mono-bugs at ximian.com
@@ -120,6 +120,16 @@
 MONO_IOMAP documentation, is not bad design, but 100% compatible with
 the specs.
 
 I was looking for background information on MONO_IOMAP (as to see what
 arguments were raised for the current implementation), but couldn't
 find it. Hence, if I'm repeating arguments, I'm sorry.
+
+------- Additional Comments From robertj at gmx.net  2007-02-06 13:03 -------
+1) Path.DirectorySeparatorChar and Path.AltDirectorySeparatorChar
+   are both "/" on Unix.
+
+   "\" can't be a directory separator on Unix because
+   it's a valid char.
+
+2) MONO_IOMAP is documented in Mono's man page (mono(1)).
+


More information about the mono-bugs mailing list