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 [EMAIL PROTECTED]

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 [EMAIL PROTECTED]  2007-02-06 10:04 -------
+Using MONO_IOMAP doesn't (directly) fix this issue:
+
[EMAIL PROTECTED]:~/monobug/IOTest$ export MONO_IOMAP=all
[EMAIL PROTECTED]:~/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
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to