fs::mkdir returns OtherIoError instead of PathAlreadyExists · Issue #17287 · rust-lang/rust (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
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