c# delete temporary internet files ignore index.dat
How can you delete temporary internet files and ignore index.dat in c# ? (this refers to C:\Documents and Settings\%username%\Local Settings\Temporary Internet Files\ ) System.Diagnostics.Process.Start(“rundll32.exe”, “InetCpl.cpl,ClearMyTracksByProcess 4351”); // Delete All – Also delete files and settings stored by add-ons parameters that can…