[Mono-bugs] [Bug 59842][Nor] Changed - IO Exception on missing file

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 12:18:11 -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 mlasky@novell.com.

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

--- shadow/59842	2004-06-08 19:44:35.000000000 -0400
+++ shadow/59842.tmp.32602	2004-06-09 12:18:11.000000000 -0400
@@ -44,6 +44,12 @@
 file creation times. In the end, it wasn't a bug, because I found out
 that on POSIX machines, file creation time isn't recorded and that's
 why it is ignored.
 
 Your test might not be correct if you are relying on the file creation
 time.
+
+------- Additional Comments From mlasky@novell.com  2004-06-09 12:18 -------
+According to the stack trace, iFolder (or our test) is not 
+responsible for causing the file creation time to be read. It seems 
+that it is a function of a mono System.IO file watcher process 
+instead.