[Mono-bugs] [Bug 59354][Blo] Changed - File.Exists incorrectly throws DirectoryNotFoundException for deeply nested files
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Jun 2004 10:35:17 -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=59354
--- shadow/59354 2004-05-31 13:54:57.000000000 -0400
+++ shadow/59354.tmp.15369 2004-06-14 10:35:17.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 59354
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: misc
AssignedTo: dick@ximian.com
ReportedBy: atsushi@ximian.com
QAContact: mono-bugs@ximian.com
@@ -54,6 +54,9 @@
Maybe we should change some thing in
ves_icall_System_IO_MonoIO_GetFileAttributes (MonoString *path, gint32 *error).
------- Additional Comments From atsushi@ximian.com 2004-05-31 13:54 -------
Right now fixed File.cs and Directory.cs.
+
+------- Additional Comments From dick@ximian.com 2004-06-14 10:35 -------
+Real fix in CVS now.