Windows has GetFileTime API which allows getting file time information by open file handle. What I wanted to know is, if it is possible to get this information by file name without opening the file explicitly. And if possible is it also applicable to Windows Mobile platform?
Windows has GetFileTime API which allows getting file time information by open file handle.
Share
If you call CreateFile with a dwFileAccess value of zero, it ‘specifies device query access to the object. An application can query device attributes without accessing the device.‘ No clue why they removed that really informative bit of text from newer versions of the documentation, as the implementation in the FSD is still the same.