I'm trying to find out how I can notice when Mozilla has read a file, or
look up the exact time a file was last read.  Most of the programs/functions
I can find that show the 'accessed' date of a file also change the date :(

- dir /v: shows accessed date, but not time.  (Win98)
- File Properties dialog: shows accessed date, but not time, and updates the
date before displaying it.  (Win98)
- stat() under Borland TC++ 3.0: shows accessed date and time, but updates
the date before returning it. (Win98)
- stat() under DJGPP: shows accessed date and time, but updates the date
*after* returning it. (Win98)
- ls -ul: doesn't work on my computer since I'm using Windows, doesn't show
seconds in date, and seems to use random times instead of last-accessed
times.  (SunOS 5.7)




Reply via email to