[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:54:03 -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=43229

--- shadow/43229	Tue May 20 08:05:37 2003
+++ shadow/43229.tmp.13685	Tue May 20 08:54:03 2003
@@ -89,6 +89,11 @@
 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
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-20 08:54 -------
+Ville,
+
+Did you ever create the NUnit test for this?