delete from cache in vbscript
how do I delete a url from Temporary internet files in vbscript?
I know that in the win32 internet sdk there is a function called DeleteUrlCacheEntry
but I don't know if there is an equivalent in VBscript, If I call this function in VBscript it does not work.
so what function do I use or how do I do it?

