10-26-2023, 04:16 PM
It is on the servercontroller.CacheDir
I use something like the following in the code to set it from an xml file.
if Sysutils.ForceDirectories(SystemParams.ServerControllerParams.CacheDir) then
CacheDir := SystemParams.ServerControllerParams.CacheDir;
I use something like the following in the code to set it from an xml file.
if Sysutils.ForceDirectories(SystemParams.ServerControllerParams.CacheDir) then
CacheDir := SystemParams.ServerControllerParams.CacheDir;

