Skip to content

std::io::fs::mkdir_recursive overhaul #6109

@kud1ing

Description

@kud1ing
  • 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 to make_dir)
  • Deal with the case "directory exists but with different permissions".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions