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 07:01:11.000000000 -0500 +++ shadow/80737.tmp.25125 2007-02-06 08:36:17.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 80737 Product: Mono: Class Libraries Version: 1.2 OS: GNU/Linux [Other] OS Details: Ubuntu -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: NOTABUG +Severity: Unknown Priority: Normal Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -70,6 +70,15 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-02-06 07:01 ------- Created an attachment (id=18630) .NET Framework 2.0 output, running under Windows 2000 + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-06 08:36 ------- +'\' is a valid filename character under Linux, *not* a directory +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
