[Mono-bugs] [Bug 56424][Nor] Changed - Directories including square brackets not handled properly by DirectoryInfo
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Apr 2004 06:51:54 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=56424
--- shadow/56424 2004-04-03 05:01:31.000000000 -0500
+++ shadow/56424.tmp.888 2004-04-05 06:51:54.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 56424
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: jorn@nl.linux.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -21,6 +21,11 @@
Console.WriteLine ("exists");
foreach (FileInfo finfo in dinfo.GetFiles ())
Console.WriteLine ("dealing with " + finfo.FullPath);
Running this test code on a dir containing square brackets results in it
printing "exists", but not any of the files contained in the dir.
+
+------- Additional Comments From dick@ximian.com 2004-04-05 06:51 -------
+
+
+*** This bug has been marked as a duplicate of 40557 ***