How to use $XDG_CACHE_HOME, $XDG_CONFIG_HOME or $XDG_DATA_HOME
Hi
Accordiong to an application shall use $XDG_CACHE_HOME, $XDG_CONFIG_HOME or $XDG_DATA_HOME How is this done in QML pages ?
Is it done with Qt.resolveUrl ?
Like in Qt.resolveUrl("$XDG_CACHE_HOME/myapp.txt") ?
/Stefan
chemist ( 2015-03-18 21:22:45 +0200 )editgetenv()
is probably what you are looking for