[Mono-bugs] [Bug 71214][Maj] Changed - No way to express backslashes with DirectoryInfo

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Mar 2005 10:27:23 -0500 (EST)


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 vvaradhan@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71214

--- shadow/71214	2005-03-16 17:00:20.000000000 -0500
+++ shadow/71214.tmp.15004	2005-03-18 10:27:23.000000000 -0500
@@ -10,13 +10,12 @@
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: joeshaw@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: No way to express backslashes with DirectoryInfo
 
 The backslash is a valid character in unix filenames, but if you try to use
 them in mono, they are implicitly converted to forward slashes, causing
 tracebacks and such later when you try to manipulate them.