[Mono-bugs] [Bug 74290][Wis] Changed - DirectoryInfo.GetDirectories () fails when a subdirectory starts with "\\"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 20:04:04 -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 dsd@gentoo.org.

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

--- shadow/74290	2005-05-10 18:24:45.000000000 -0400
+++ shadow/74290.tmp.20098	2005-05-10 20:04:04.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 74290
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: RESOLVED   
+Status: VERIFIED   
 Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dsd@gentoo.org               
@@ -44,6 +44,9 @@
 mkdir -p "/tmp/monotest/\\\\directory"
 mcs Test.cs
 mono Test.exe
 
 ------- Additional Comments From bmaurer@users.sf.net  2005-05-10 18:24 -------
 Works for me on SVN.
+
+------- Additional Comments From dsd@gentoo.org  2005-05-10 20:04 -------
+Yep - looks like it got fixed for 1.1.7 - thanks!