Hmmm... I'm not sure there's a good writeup beyond the
source code.
For your question about dog.txt... the principle here is that
when an application is given a write-command, that's when
the the last-write time (within some precision and other
rules) is updated. So, assuming the WP app you're running
does no writes EXCEPT at full-save and autosave time, then
the timestamp on the file will be when those events occur.
YMMV.
--
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
"Kelly FitzGerald" <(E-Mail Removed)> wrote in message
news:01b701c340b5$52352a20$(E-Mail Removed)...
> thanks JR that was definately helpfull!
>
> I'm just curious, i've been trying to find some articles
> for a little more precision. . Do you have any papers or
> articles that can point me to the right answer. .
>
> Also, If my file dog.txt is being edited in word with auto-
> save will it show the mod time change (assuming the file
> has been changing) everytime an autosave occurs?
>
> Thanks,
> Kelly
> >-----Original Message-----
> >Last modified time will be adjusted some time after the
> application has
> >modified the file -- just because you're editing data
> that happens to be in
> >the file does not mean that the application has,
> necessarily, modified the
> >file itself. (The answer here is probably "when you save
> the changes" or
> >more accurately "when the application changes the
> file.") There are a
> >handful of rules surrounding this if you're trying to get
> the exact answer,
> >but that is the general idea.
> >
> >JR Tipton
> >--
> >This posting is provided "AS IS" with no warranties, and
> confers no rights.
> >Please do not respond to this mail alias as it is used
> for newsgroup
> >purposes only.
> >
> >"Kelly FitzGerald" <(E-Mail Removed)> wrote in message
> >news:0be201c34026$043d5890$(E-Mail Removed)...
> >> Hi,
> >> I have a question about the logic of the filesystem
> >>
> >> Imagine I create a document named dog.txt.
> >>
> >> I open it and start modifying it.
> >>
> >> Will the time last modified be the time of the first
> >> modifying keystroke I make or when I go to save the
> >> changes?
> >>
> >> Also if time last modified and time last written one and
> >> the same?
> >>
> >> Thanks,
> >> Kelly
> >
> >
> >.
> >