set_favicon_database_directory
Description:
Set the directory path to store the favicons database.
Set the directory path to be used to store the favicons database for this on disk. Passing
null as path
means using the default directory for the platform (see
get_user_cache_dir).
Calling this method also means enabling the favicons database for its use from the applications, so that's why it's expected to be called only once. Further calls for the same instance of WebContext won't cause any effect.
Parameters:
this | |
path |
an absolute path to the icon database directory or null to use the defaults |