
- #Windows explorer not updating file time stamps 64 Bit
- #Windows explorer not updating file time stamps update
- #Windows explorer not updating file time stamps pro
- #Windows explorer not updating file time stamps code
#Windows explorer not updating file time stamps update
So, it looks (for the moment, at least) like Microsoft may have actually noticed this long standing issue in the file system and attempted to correct it with one (or more) of the updates/patches over the past 4 1/2 years.Update – May 2019 Windows 10 version 1903 has now been released and allows an important update to WSL that allows Windows applications and tools to access Linux files directly. I cannot comprehend the concept of savingĪ file that I have not accessed, so I think the Last Access timestamp should also have been updated, but I can at least see why someone might think otherwise - however, the only argument I can see is if "Last Accessed" is actually strictly "Last
#Windows explorer not updating file time stamps pro
On Windows 7 Pro and it is still completely up-to-date according to the Windows Update tool. After receiving an alert about your comment, I reviewed the thread and tried some of the simple tests I has used previously (as mentioned in my posts.) I am still running I had given up and forgotten about this sometime during the past 4.5 years. The file system bug to Microsoft, I'll gladly add it there. However, if you are willing to provide a link where I can report The second is likely a long standing problem with the file system or the part of the operating system responsible for creating files (if they are different.) I've neverīeen able to find any good ways to report actual bugs to Microsoft, so I post here, hoping against hope that Microsoft people actually look at these forums and the bug will get to them. The first item is clearly a problem with Windows Explorer itself. There is no possible way this behavior is correct.
#Windows explorer not updating file time stamps code
I offered a very simple code snippet to be completely explicit in showing how I tested, but the same problem happens with every program I tried (for example, Notepad) and itĮven happens if I create (or re-create) the file using output redirection in the command shell. This is an issue in either Windows Explorer or in the file system itself. When the Explorer and the create date bugs are combined, it can make it VERYĭifficult to find the "new" file in a folder! I'm curious, though, in the past the CREATE_ALWAYS flag also changed the creation date for a file, because the old file was totally lost and overwritten. (Last Modified is correctly changed when my program writes the file.) The Date column in Explorer seems to be showing theĬreate date instead of the more expected Last Modified date and enabling those columns appears to confirm that fact. It appears to be the date the file was originally created aboutĪ year ago.
#Windows explorer not updating file time stamps 64 Bit
Under 64 bit Windows 7 Pro (completely up-to-date according to Windows Update) the Windows Explorer in DETAILS view shows the same date/time for the file before and after my program runs. The output file is opened using the following line of code: hFile = CreateFile( szOutputFile,

I have a program that writes some output to a file with the default name of "output.txt"
