Skip to content

fs::create_dir_all fails for path/ #22737

@alexcrichton

Description

@alexcrichton
Member

For example, the following code will fail:

fs::create_dir_all("a/");

This is because the parent of a/ is a which is basically the same path.

Activity

added a commit that references this issue on Feb 25, 2015
ecaf74a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @alexcrichton

      Issue actions

        fs::create_dir_all fails for `path/` · Issue #22737 · rust-lang/rust