[Mono-bugs] [Bug 45066][Nor] Changed - FileSystemInfo.CreationTime does not stick (MonoIO.SetFileTime())
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Nov 2003 01:27:47 -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 rkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45066
--- shadow/45066 2003-11-06 01:25:01.000000000 -0500
+++ shadow/45066.tmp.17576 2003-11-06 01:27:47.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 45066
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 8.0
OS Details:
-Status: RESOLVED
+Status: CLOSED
Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: ndrochak@gol.com
@@ -50,6 +50,10 @@
changeTime and modificationTime. The changeTime refers to the time
when any of file attributes e.g. file size, file permissions etc are
changed. I read one guy quoting that notion of creation time on Linux
is the time when any inode is modified.'
After going through all this, I don't think if this defect can be
fixed on Linux.
+
+------- Additional Comments From rkumar@novell.com 2003-11-06 01:27 -------
+For more information on this do a google search for "unix file
+creation time".