Date Modified Doesn't Change

G

Guest

The Date Modified on folders does not change when files in the folders are
changed. It is frozen at the Date Created. I would like to have the folder
Date Modified correspond to the latest Date Modified of a file in the folder
or subfolder. It I am running XP Home Edition.
 
D

David Candy

Write your own operating system.
ftLastAccessTime
A FILETIME structure. For a file, the structure specifies when the file was last read from or written to. For a directory, the structure specifies when the directory was created. For both files and directories, the specified date will be correct, but the time of day will always be set to midnight. If the underlying file system does not support last access time, this member is zero.
ftLastWriteTime
A FILETIME structure. For a file, the structure specifies when the file was last written to. For a directory, the structure specifies when the directory was created. If the underlying file system does not support last write time, this member is zero.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top