from IE. i can open the ..\AppData\Local\Microsoft\Windows\Temporary Internet Files\ folder to view them but programmatically i cannot see any files in the folder using
Directory.GetFiles()
why is this?
i want to delete specific files from there programmatically but getfiles only return a few if any files.
i tried this as well but no nothing works:
http://stackoverflow.com/questions/6521148/c-sharp-how-to-delete-temporary-internet-files
Loading

Jyotsna AggrawalPosted Dec 16, 2014, 1:56 AM
http://www.mindstick.com/Articles/0bc3d03e-ec1c-489e-916e-4ba26990a2ad/Delete%20All%20Temporary%20Internet%20Files%20of%20IE%20in%20CSharp%20NET
Leon PuthPosted May 19, 2014, 3:40 AM
Mahesh ChandPosted May 18, 2014, 10:07 AM