[Mono-bugs] [Bug 43229][Nor] Changed - Directory.GetDirectories does not return dirs starting with '.' char
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 20 May 2003 08:05:37 -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=43229
--- shadow/43229 Mon May 19 11:36:04 2003
+++ shadow/43229.tmp.20181 Tue May 20 08:05:37 2003
@@ -1,13 +1,13 @@
Bug#: 43229
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: dick@ximian.com
ReportedBy: vi64pa@kolumbus.fi
QAContact: mono-bugs@ximian.com
@@ -86,6 +86,9 @@
Additional Information:
Bug is in io-layer/io.c FindFirstFile function. It uses glob () function
which does not return directories starting with '.' char. Maybe GLOB_APPEND
flag helps???
+
+------- Additional Comments From dick@ximian.com 2003-05-20 08:05 -------
+Fixed in CVS