[Mono-bugs] [Bug 71213][Maj] Changed - System.IO.File.SetCreationTime does not save dates on files correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Jan 2005 14:07: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=71213

--- shadow/71213	2005-01-13 14:05:59.000000000 -0500
+++ shadow/71213.tmp.19643	2005-01-13 14:07:07.000000000 -0500
@@ -88,6 +88,9 @@
 "Converts the value of this instance to the format of a local
 operating system file time"
 
 I can't see where ToFileTime is taking into account the architecture.
  I would think it should check BitConverter.IsLittleEndian() and swap
 the types according to the results.
+
+------- Additional Comments From cgaisford@novell.com  2005-01-13 14:07 -------
+oops, I meant "swap the bytes according to the results"