[Mono-bugs] [Bug 77759][Nor] Changed - Directory.GetDirectories() returns block devices

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 10 15:33:35 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 slomo at ubuntu.com.

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

--- shadow/77759	2006-03-10 15:27:30.000000000 -0500
+++ shadow/77759.tmp.2110	2006-03-10 15:33:35.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77759
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: io-layer
 AssignedTo: dick at ximian.com                            
 ReportedBy: slomo at ubuntu.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -49,6 +49,10 @@
 
    public static void Main( string [] args )
    {
       recurse (new DirectoryInfo (args[0]));
    }
 }
+
+------- Additional Comments From slomo at ubuntu.com  2006-03-10 15:33 -------
+Btw, Directory.GetFiles() returns only regular files, FIFOs and
+character devices (u and c), no block devices.


More information about the mono-bugs mailing list