[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 18:24:45 -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 bmaurer@users.sf.net.

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

--- shadow/74290	2005-03-31 17:58:37.000000000 -0500
+++ shadow/74290.tmp.19482	2005-05-10 18:24:45.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74290
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dsd@gentoo.org               
 QAContact: mono-bugs@ximian.com
@@ -41,6 +41,9 @@
 ------- Additional Comments From dsd@gentoo.org  2005-03-31 17:58 -------
 To use the testcase:
 
 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.