[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, 31 May 2004 13:54:58 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59354
--- shadow/59354 2004-05-31 10:58:25.000000000 -0400
+++ shadow/59354.tmp.16198 2004-05-31 13:54:57.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 59354
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Blocker
Component: misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: dick@ximian.com
ReportedBy: atsushi@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: File.Exists incorrectly throws DirectoryNotFoundException for deeply nested files
@@ -51,6 +51,9 @@
Additional Information:
It prevents us from GACing our new SharpZipLib.
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.