Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement create_dir and create_dir_all #19

Merged
merged 2 commits into from
Mar 17, 2020

Conversation

LPGhatguy
Copy link
Collaborator

Closes #10.

Similar to #16, we'll want to come back to this in the future and flesh out the implementation to get better errors. I think it's useful to get to as close to feature parity with std::fs, though!

@LPGhatguy
Copy link
Collaborator Author

Woops, now that I can actually build this I had some mistakes. :)

@andrewhickman andrewhickman merged commit abcf27a into andrewhickman:master Mar 17, 2020
@andrewhickman
Copy link
Owner

Thanks!

@LPGhatguy LPGhatguy deleted the create-dir branch March 17, 2020 20:57
@LPGhatguy
Copy link
Collaborator Author

Woops, forgot a changelog entry again. TIme for that + a 2.3.0 release? 😅

@andrewhickman
Copy link
Owner

Done 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fs::create_dir and fs::create_dir_all
2 participants