IE favorites are URL files that are essentially text files. They look like:
Does anyone know how the hexadecimal number following "Modified=" is translated into a date?
I have tried reading it as an _int64, and then plugging it into a CTime object, reading it as an ULARGE_INTEGER and treating it like a FILETIME (high part = high part, ...), using FileTimeToSystemTime to translate it into a system time, all to no avail.
Any help would be most appreciated.
TIA
Ron
Code:
[DEFAULT]
BASEURL=http://www.controlzed.com/areality/le_saver.html
[InternetShortcut]
URL=http://www.controlzed.com/areality/le_saver.html
Modified=00777B2D837CC001DF
I have tried reading it as an _int64, and then plugging it into a CTime object, reading it as an ULARGE_INTEGER and treating it like a FILETIME (high part = high part, ...), using FileTimeToSystemTime to translate it into a system time, all to no avail.
Any help would be most appreciated.
TIA
Ron