[Gambas-user] Webview history cache

Benoît Minisini gambas at ...1...
Wed Jan 6 09:56:24 CET 2010


> I wondered if it was possible to programatically clear the cache of URL's
>  from the webview control.
> 
> Thanks in anticipation.
> 
> Richard
> 

For the moment, you have to do that:

Shell "rm -rf " & Shell$(WebSettings.Cache.Path) &/ "*" Wait

Regards,

-- 
Benoît Minisini




More information about the User mailing list