[Mono-bugs] [Bug 80675][Maj] Changed - Directory.GetLastWriteTime() on non-existent directory doesn't throw exception
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 30 13:54:00 EST 2007
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 joeshaw at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80675
--- shadow/80675 2007-01-30 13:35:03.000000000 -0500
+++ shadow/80675.tmp.16119 2007-01-30 13:54:00.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80675
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: joeshaw at novell.com
QAContact: mono-bugs at ximian.com
@@ -47,6 +47,17 @@
------- Additional Comments From joeshaw at novell.com 2007-01-30 13:35 -------
Created an attachment (id=18585)
test case
+
+------- Additional Comments From joeshaw at novell.com 2007-01-30 13:54 -------
+.NET 2.0 is broken in this respect as well:
+
+12:20 < jchambers> DateTime time =
+System.IO.Directory.GetLastWriteTimeUtc ("C:\\DontExist");
+12:20 < jchambers> returns:
+12:20 < jchambers> {1/1/1601 12:00:00 AM}
+
+*sigh* Compatibility blah blah blah. I will route around the damage
+in Beagle.
More information about the mono-bugs
mailing list