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

Mkdir() - Add functionality for recursive property #550

Closed
seanprashad opened this issue Oct 12, 2018 · 2 comments
Closed

Mkdir() - Add functionality for recursive property #550

seanprashad opened this issue Oct 12, 2018 · 2 comments

Comments

@seanprashad
Copy link
Contributor

seanprashad commented Oct 12, 2018

With the introduction of recursive functionality landing recently for mkdir in Node 10.12.0, we should mirror that for Filer.

The -p argument specifies creating the entire folder structure, which is a huge improvement for developers since it's been around forever.

Note: This is not a new function but simply an optional boolean flag with the default being false. We'll need to update it in a handful of places, starting with the following areas:

@humphd
Copy link
Contributor

humphd commented Oct 12, 2018

Dupe of #414

@seanprashad
Copy link
Contributor Author

See #479 for a WIP PR

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

No branches or pull requests

2 participants