DeleteUrlCache method (IHTTPAnalyzer)

Top  Previous  Next

Syntax
blSuccess=object .DeleteURLCache(URL as String)

Arguments
URL
A String value. The local browser cached files matched with the URL should be deleted.

Return Type
A Boolean value. If the operation succeeds, returns will be true. If the operation fails, returns will be false.

Description
The DeleteURLCache method is used to delete the specific URL's local browser cached file.

Remark
The method is available if the application uses the Microsoft WININET API (ex. ie, outlook)