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=80571

--- shadow/80571        2007-02-06 07:20:24.000000000 -0500
+++ shadow/80571.tmp.27761      2007-02-06 10:30:06.000000000 -0500
@@ -42,6 +42,9 @@
   parts [0] = Path.Combine (BasePath, parts [0]);
 however, this doesn't deal with relative paths correctly (if escaped
 to the parent directory)
 You should add an extra line, like this:
   parts [0] = Path.GetFullPath (parts [0]);
 But, this is currently broken on Mono. See bug 80737 for more on that.
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-02-06 10:30 -------
+Never mind that, MONO_IOMAP=all takes care of that. 
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to