fs::mkdir returns OtherIoError instead of PathAlreadyExists · Issue #17287 · rust-lang/rust (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@retep998

Description

@retep998

When creating a directory on windows using fs::mkdir, if the directory already exists it returns an error where kind is OtherIoError instead of PathAlreadyExists as I would expect.

Metadata

Metadata

Development

No branches or pull requests

Issue actions