[Mono-bugs] [Bug 56993][Nor] Changed - Mono should autoconvert '\' to '/' in pathnames
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 21:59:12 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=56993
--- shadow/56993 2004-04-14 09:32:03.000000000 -0400
+++ shadow/56993.tmp.13193 2004-05-12 21:59:12.000000000 -0400
@@ -60,6 +60,12 @@
Microsoft did this with their C runtime to convert '/' -> '\' for
DOS/Windows. This was to make it possible to migrate UNIX file code to
DOS/Windows without having users spend forever converting path names.
I think it would be acceptable to let mono do the opposite. Then on both
platforms either slash would work and everyone would be happy.
+
+------- Additional Comments From miguel@ximian.com 2004-05-12 21:59 -------
+That is just one element of the problem; The other one is making the
+file system lookups case insensitive, and that may take some work.
+
+It is a good idea, but not a 1.0 feature.