carueda / tscfg

Boilerplate-free, type-safe access to configuration properties in Java and Scala
Apache License 2.0
108 stars 18 forks source link

Use OS dependent default destination directory #150

Closed ckittl closed 2 years ago

ckittl commented 2 years ago

Currently, the destination defaults to "/tmp". However, here we could easily use the OS-dependent temporary directory. Using the current default directory, the process fails using Windows.

carueda commented 2 years ago

Thanks!