Snurre Sprett
2020-04-15 15:38:31 UTC
Many file-manager etc. use the term "Modified" in the
file-view column of a file. But what does that
really means?
E.g. information from the FindFirstFile() / FindNextFile(),
contains these 'WIN32_FIND_DATA' members:
ftCreationTime
ftLastWriteTime
"Modified" == the maximum of 'ftLastWriteTime' and
'ftCreationTime'?
Is there another API-function that can give the term
"Modified" a more precise meaning?
file-view column of a file. But what does that
really means?
E.g. information from the FindFirstFile() / FindNextFile(),
contains these 'WIN32_FIND_DATA' members:
ftCreationTime
ftLastWriteTime
"Modified" == the maximum of 'ftLastWriteTime' and
'ftCreationTime'?
Is there another API-function that can give the term
"Modified" a more precise meaning?