Delete cookies
-
Hi, on WinXP cookies are regular files located in a folder such as C:\Documents and Settings\MyName\Cookies\ To get the path of that folder, use Environment.GetFolderPath(Environment.SpecialFolder.Cookies) :)
Luc Pattyn [Forum Guidelines] [My Articles]
Happy 2008!
-
Hi, on WinXP cookies are regular files located in a folder such as C:\Documents and Settings\MyName\Cookies\ To get the path of that folder, use Environment.GetFolderPath(Environment.SpecialFolder.Cookies) :)
Luc Pattyn [Forum Guidelines] [My Articles]
Happy 2008!
-
So I have to do it via the file system. I had hoped there would be an easier way because every Windows version stores them in a different directory. :sigh:
I think I have shown you the way to get to the folder, no matter what Windows version you have. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Happy 2008!