[Mono-bugs] [Bug 71212][Wis] Changed - [OSX] File.SetLastWriteTime modifies the Creation time
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 5 May 2005 18:22:20 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=71212
--- shadow/71212 2005-01-13 13:59:50.000000000 -0500
+++ shadow/71212.tmp.32272 2005-05-05 18:22:20.000000000 -0400
@@ -1,22 +1,22 @@
Bug#: 71212
-Product: Mono: Class Libraries
+Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details: OS X 10.3.7
Status: NEW
Resolution:
Severity: Unknown
-Priority: Normal
-Component: System
-AssignedTo: mono-bugs@ximian.com
+Priority: Wishlist
+Component: io-layer
+AssignedTo: dick@ximian.com
ReportedBy: cgaisford@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Summary: System.IO.File.SetLastWriteTime modifies the Creation time
+Summary: [OSX] File.SetLastWriteTime modifies the Creation time
When calling System.IO.File.SetLastWriteTime on a file, the Creation time
is also modified. On Linux, the Creation time and Write Time are one and
the same, however on OSX, these are different values and should be able to
be set individually as they are done on Windows.