Skip to content

Release 0.2.19

Compare
Choose a tag to compare
@fbergmann fbergmann released this 22 Sep 09:09
· 33 commits to master since this release

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)