Delete the files in Temporary internet cache

  • Thread starter Thread starter yxq
  • Start date Start date
Y

yxq

Hi,
I want to delete the files in "Temporary internet cache" and "History"
folder, is it ok to use "File.delete"? What are the true path of "Temporary
internet cache" and "History" folder?

Thanks
 
Environment.GetFolderPath(Environment.SpecialFolder.InternetCache)

Environment.GetFolderPath(Environment.SpecialFolder.History)

I hope this helps?

Cor
 
Back
Top