[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 10:04:35 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 09:58:59.000000000 -0500
+++ shadow/80737.tmp.27093	2007-02-06 10:04:35.000000000 -0500
@@ -89,6 +89,17 @@
 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.
+
+------- Additional Comments From frederik.carlier at ugent.be  2007-02-06 10:04 -------
+Using MONO_IOMAP doesn't (directly) fix this issue:
+
+fcarlier at col-clt-04:~/monobug/IOTest$ export MONO_IOMAP=all
+fcarlier at col-clt-04:~/monobug/IOTest$ mono IOTest.exe 
+basePath: /home/fcarlier/myproject/Properties
+relativePath: ..\Resources\myfile.png
+combinedPath: /home/fcarlier/myproject/Properties/..\Resources\myfile.png
+fullPath: /home/fcarlier/myproject/Properties/..\Resources\myfile.png
+


More information about the mono-bugs mailing list