Jul 9, 2010
Post comments count0
Post likes count0
What's the difference between LastWriteTime and ChangeTime in FILE_BASIC_INFO?

The structure contains a number of fields which record the last time a particular action occurred. Two of the fields seem to describe the same thing. LastWriteTime The time the file was last written to. ChangeTime The time the file was changed. What's the difference between writing to a file and changing it? I'm told that th...