12-08-2022, 11:04 PM
Not sure if this would make a difference but while debugging a cache issue I changed the cache location to within the app folder space like so in the SCBaseConfig:
CacheDir = gGetAppPath()+"Cache\\";
It made it more convenient to view the process but also if there's a weird permissions thing going on with default location this might fix it.
CacheDir = gGetAppPath()+"Cache\\";
It made it more convenient to view the process but also if there's a weird permissions thing going on with default location this might fix it.

