February 03, 2017
On Fri, 03 Feb 2017 14:18:05 +0000, Basile B. wrote:
> Also before that there's two FileException thrown because you use mkdir() systematically with a silent try catch. You should rather test if the the directories exist (when you create ~/.unde/  and ~/.unde/bdb/, global_state.d) because it tends to be annoying when trying to get that stack trace for the real exception !

I think `mkdirRecurse` doesn't complain about directories that already exist.
February 03, 2017
On Friday, 3 February 2017 at 17:11:26 UTC, Chris Wright wrote:
> I think `mkdirRecurse` doesn't complain about directories that already exist.

Thank you!
1 2
Next ›   Last »