Internet Explorer cache location

2019-03-10 19:32发布

Where is cache for IE for current user located?

8条回答
ゆ 、 Hurt°
2楼-- · 2019-03-10 20:01

If you want to find the folder in a platform independent way, you should query the registry key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Cache
查看更多
我欲成王,谁敢阻挡
3楼-- · 2019-03-10 20:02

If you are using Dot.Net then the code you need is

Environment.GetFolderPath(Environment.SpecialFolder.InternetCache)

Click my name if you want the code to delete these files plus FireFox temp files and Flash shared object/Flash Cookies

查看更多
登录 后发表回答