-
Notifications
You must be signed in to change notification settings - Fork 10
add methods to create subdirs #36
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
Labels
enhancement
Improve the expected
Comments
Huh, surprised that this was overlooked. Thanks for pointing this out! |
I think that the ability to create a sub clild path is missing in you commit: let foo = subdir.child("foo.txt"); or maybe I just missed it :) |
Oh, I thought you were only asking about the As a work around, you can do |
thanks! 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've extended the
ChildPath
in my project in order to do that — see glehmann/hld@00bc932#diff-475a9530a9c1e888d097445199b74c2fR402used this way:
It might be good to support this feature natively :)
The text was updated successfully, but these errors were encountered: