[Mono-bugs] [Bug 68566][Nor] Changed - GetFullPath mangles unix escapes
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Oct 2004 19:01:35 -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 foser@gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=68566
--- shadow/68566 2004-10-19 19:00:32.000000000 -0400
+++ shadow/68566.tmp.22589 2004-10-19 19:01:35.000000000 -0400
@@ -40,6 +40,11 @@
$ ./getfilesunix.exe
/home/foser/test1
/home/foser/test2/file
The simple fix on unix is to only split on DirectorySeperatorChar (attached
patch vs mcs-1.0.2), but I'm not sure how this would work out on windows.
+
+------- Additional Comments From foser@gentoo.org 2004-10-19 19:01 -------
+Created an attachment (id=13000)
+patch vs mcs-1.0.2
+