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=79887

--- shadow/79887        2006-11-10 02:23:36.000000000 -0500
+++ shadow/79887.tmp.12972      2006-11-10 12:51:25.000000000 -0500
@@ -2,21 +2,20 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: other
 OS Details: Mono 1.2rc0 OS/X 10.4.8
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
+Severity: Unknown
+Priority: Major
 Component: System
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: DirectoryInfo doesn't honor symbolic links anymore
 
 This sample worked fine in 1.1.13.8, but fails in 1.2.  If you point it as a 
symbolic link -- which is 
 a link to a directory -- it will report the link itself as both of the two 
directory entries.  1.1.13.8 
 reports the contents of the linked to directory.
 
@@ -32,6 +31,10 @@
                        DirectoryInfo info = new DirectoryInfo(args[0]);
                        foreach (FileSystemInfo entry in 
info.GetFileSystemInfos())
                                Console.WriteLine(entry.FullName);
                }
        }
 }
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-11-10 12:51 -------
+Works with Mono 1.1.18 but doesn't with Mono 1.2, tested on Linux.
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to