[Mono-bugs] [Bug 76966][Nor] Changed - [PATCH]
Directory.GetDirectories() returns unix domain sockets
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Mar 6 08:26:07 EST 2006
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76966
--- shadow/76966 2006-03-06 08:11:10.000000000 -0500
+++ shadow/76966.tmp.16445 2006-03-06 08:26:07.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 76966
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: REOPENED
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: sebastien at ximian.com
ReportedBy: gnome at flowerday.cx
@@ -62,6 +62,17 @@
System.Console.WriteLine(info.GetDirectories().Length);
foreach(DirectoryInfo sinfo in info.GetDirectories())
System.Console.WriteLine(sinfo.FullName);
}
}
+
+------- Additional Comments From sebastien at ximian.com 2006-03-06 08:26 -------
+This sample is useless without a test case.
+
+Please explain in which case it doesn't return directories - and/or
+provide a more complete sample that actually fails to return
+directories when executed.
+
+Also include informations about your
+* Mono version;
+* OS version;
More information about the mono-bugs
mailing list