[Mono-bugs] [Bug 79887][Maj] Changed - DirectoryInfo doesn't honor symbolic links anymore
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Nov 10 12:51:25 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 mail at meebey.net.
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: mono-bugs at ximian.com
ReportedBy: jwiegley at gmail.com
QAContact: mono-bugs at ximian.com
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 mail at meebey.net 2006-11-10 12:51 -------
+Works with Mono 1.1.18 but doesn't with Mono 1.2, tested on Linux.
+
More information about the mono-bugs
mailing list