
0
Answered
filerun.cache in central location
I just switched my FileRun to use the new LibreOffice plugin which works great but I notice there are filerun.cache folders being created all over the place.
I currently have the config file setup to place filerun temp folders in a central location using...
$config['path']['trash'] = 'D:/FileRunTemp/trash';
$config['path']['thumbnail_cache'] = 'D:/FileRunTemp/thumbnail';
How do I do the same with these filerun.cache folders when using the LibreOffice plugin ??
Answer

Answer
Answered
You can use:
$config['path']['preview_cache'] = '/your/folder/path/';
Customer support service by UserEcho
You can use: