Quote:
Originally Posted by ownedbycats
Question:
Just out of curiosity, I wanted to see if browser_cache_path:%LocalAppData%\fanficdownloader \cache\QtWebEngine\Default\Cache (which is it's a valid Windows path!) would work. Unfortunately I got
...
Is this intended?
|
Intended is a strong word for it.

The INI file parser we use uses % as a variable designator. It's mentioned several places in defaults.ini and as an aside in
this wiki page.
You can try doing
%%LocalAppData%%, but I don't know if it will work.
Nor do I plan to recommend it even if it does work. Introducing another level of abstraction is nice in theory, but I don't want to have to explain it.