Release 0.2.19
This release adds the option of changing the default temporary directory being used (when the environment variables TMP or TEMP are not defined) by calling:
std::string Util::getDefaultTempDir()
- and
void setDefaultTempDir(const std::string& defaultDir)