Open GoogleCodeExporter opened 9 years ago
Cookies path can be retrieved in the following way:
string path =
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
string cookiespath = path + @"\Apple Computer\Cookies\Cookies.binarycookies";
While the cache file is this:
C:\Users\User\AppData\Local\Apple Computer\Cache.db
Deleting these files is actually what you want to do
Original comment by tsumalis96@gmail.com
on 28 Jun 2012 at 3:41
Original issue reported on code.google.com by
prubo...@gmail.com
on 6 Jun 2012 at 8:13