Welcome Guest Search | Active Topics | Sign In | Register

Changing file location for eo.webbrowser.cache.18.0.9.0.1.1 Options
Optum
Posted: Tuesday, November 20, 2018 5:30:33 PM
Rank: Newbie
Groups: Member

Joined: 10/9/2017
Posts: 7
Can we specify where your product reads\writes it's cache to\from?

Like changing:
C:\Users\myUserNameGoesHere\AppData\Local\Temp\eo.webbrowser.cache.18.0.9.0.1.1

To maybe:
C:\temp\eo.webbrowser.cache.18.0.9.0.1.1

thx much!
eo_support
Posted: Wednesday, November 21, 2018 10:08:23 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

You can change it through this property:

https://www.essentialobjects.com/doc/eo.webengine.engineoptions.cachepath.aspx

If you do not use additional engines, you would use it this way:

Code: C#
EO.WebBrowser.Runtime.DefaultEngineOptions.CachePath = cache_path;


Make sure you set this property before you creating any WebViews. Once the WebView has been created, you won't be able to change the cache path.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.