Empty/reset all of the directories synchronously
This internally calls delete then create to achieve the same effect.
void reset() { delete(); create(); }