views:

7

answers:

1

Is there any example on reading IE cache file (index.dat and friends found in Temporary Internet Files folder)? I'm fine with example in almost any (sane) programming language.

A: 

Use FindFirst/FindNextUrlCacheEntry. It's pretty straightforward. The struct you pass to it contains all the info from the file.

jeffamaphone