Closed
Description
- Currently
std::io::fs::mkdir_recursive
calls itself recursively. For deep paths this could (in theory) be a problem.
An interative version could avoid this. - Consider renaming it to something like
make_dirs
(analogous tomake_dir
) - Deal with the case "directory exists but with different permissions".
Metadata
Metadata
Assignees
Labels
No labels