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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -49,6 +49,10 @@ public static void Main( string [] args ) { recurse (new DirectoryInfo (args[0])); } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-03-10 15:33 ------- +Btw, Directory.GetFiles() returns only regular files, FIFOs and +character devices (u and c), no block devices. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
