[Mono-bugs] [Bug 56576][Min] Changed - Directory.GetFileSystemEntries leaves out broken symlinks

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Apr 2004 11:38:35 -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=56576

--- shadow/56576	2004-04-06 18:15:33.000000000 -0400
+++ shadow/56576.tmp.26609	2004-04-15 11:38:35.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 56576
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Minor
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: fury@calyptos.com               
 QAContact: mono-bugs@ximian.com
@@ -45,6 +45,14 @@
 How often does this happen?  
 Always. :) 
  
 Additional Information: 
 I could see why Directory.{GetFiles|GetDirectories} would not include 
 broken symlinks, but certainly not GetFileSystemEntries.
+
+------- Additional Comments From dick@ximian.com  2004-04-15 11:38 -------
+GetFileSystemEntries is just GetFiles + GetDirectories.  It's not
+possible to return dangling symlinks in GetFileSystemEntries and not
+the others.
+
+I can be convinced to make Get* return dangling symlinks, but it will
+stay as it is for now.