View Single Post
Old 09-10-2021, 05:26 PM   #6427
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
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.
JimmXinu is offline   Reply With Quote