[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 09:58:59 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 frederik.carlier at ugent.be.

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

--- shadow/80737	2007-02-06 08:36:17.000000000 -0500
+++ shadow/80737.tmp.26948	2007-02-06 09:58:59.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80737
 Product: Mono: Class Libraries
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: Ubuntu
-Status: RESOLVED   
-Resolution: NOTABUG
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: frederik.carlier at ugent.be               
 QAContact: mono-bugs at ximian.com
@@ -79,6 +79,16 @@
 separator char, so "this\is\one\filename" is a valid Linux filename. 
 For that matter, "..\Resources\myfile.png" is a valid Linux filename,
 so Mono's output is correct.
 
 If you need '\' to be a directory separator character, set the
 MONO_IOMAP environment variable.  See: http://www.mono-project.com/IOMap.
+
+------- Additional Comments From frederik.carlier at ugent.be  2007-02-06 09:58 -------
+I'd like to reopen this bug, as a documentation bug if not something else.
+
+Both the Microsoft docs and the Mono docs say that
+"Path.AltDirectorySeparatorChar and Path.DirectorySeparatorChar are
+both valid for separating directory levels in a path string.". 
+See
+http://www.go-mono.com/docs/index.aspx?link=F%3aSystem.IO.Path.DirectorySeparatorChar,
+for example.


More information about the mono-bugs mailing list