|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
What is the API call to delete Cookies and Temporary Internet Files of a current user
Visual Basic 5.0
What is the API call to delete Cookies and Temporary Internet Files of a current user? Tools --> Internet Options --> General TAB --> Delete Cookies Delete Files |
|
#2
|
||||
|
||||
|
I don't know about an API call, but you could possibly do it using the File Systems Object ( assumes that the user has a standard Windows install)
Code:
Dim fso As New FileSystemObject fso.DeleteFile "C:\YourPathtoCookies\*.txt", True
__________________
Fisherman "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - A.Einstein |
|
#3
|
|||
|
|||
|
reply
Thank you Fisherman
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > What is the API call to delete Cookies and Temporary Internet Files of a current user |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|