[Mono-bugs] [Bug 71212][Nor] Changed - System.IO.File.SetLastWriteTime modifies the Creation time

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Jan 2005 11:40:07 -0500 (EST)


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 cgaisford@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71212

--- shadow/71212	2005-01-12 13:55:39.000000000 -0500
+++ shadow/71212.tmp.15950	2005-01-13 11:40:07.000000000 -0500
@@ -1,22 +1,21 @@
 Bug#: 71212
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: OS X 10.3.7
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: cgaisford@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: System.IO.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.