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) 开发者_StackOverflow中文版programming language.
Use FindFirst/FindNextUrlCacheEntry. It's pretty straightforward. The struct you pass to it contains all the info from the file.
精彩评论