P
phoenix
Hello,
I tried the following to delete the cookies
Directory.Delete(Environment.GetFolderPath(Environment.SpecialFolder.Cookies
), true);
but always get the message that "index.dat" is still in use by another
process. Anybody knows what I'm doing wrong? Because I just can't find
which process it would be.
Yves
I tried the following to delete the cookies
Directory.Delete(Environment.GetFolderPath(Environment.SpecialFolder.Cookies
), true);
but always get the message that "index.dat" is still in use by another
process. Anybody knows what I'm doing wrong? Because I just can't find
which process it would be.
Yves