Able to Enforce Generic Temporary Directory for Temporary Files
By default QStandardPaths::GenericCacheLocation
is used for temporary files. This is because those files need to be accessed also by other applications. But this directory resides not always inside the default temporary directory.
The preference file_system.temporary.files.store.temp_path.enabled
has been introduced, It is false
by default. Settin the value to true
wilt force the application to store temporary files inside QDir::tempPath()
.