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

--- shadow/79733        2006-11-01 08:55:47.000000000 -0500
+++ shadow/79733.tmp.19086      2006-11-09 18:33:49.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 79733
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
@@ -60,6 +60,22 @@
 Created an attachment (id=17910)
 testcase
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-11-01 08:55 -------
 Fixed in SVN r67043
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-11-09 18:33 -------
+This bugfix causes a regression in Mono 1.2 for Directory.Exists()
+which now reports that symlinked directories do not exist:
+
+Here to reproduce it:
+mkdir foo
+ln -s foo bar
+class MainClass {
+       static void Main(string[] args) {
+               System.Console.WriteLine(System.IO.Directory.Exists("bar"));
+       }
+}
+
+On Mono 1.1.18 it outputs as expected "True", on Mono 1.2 "False"
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to