redo
redo copied to clipboard
Stop calling mkdir() so often
Currently, mkdir() is called thousands of times because we call mkpath() unnecessarily. This is bad for performance.