Mkdir() - Add functionality for recursive property #550
Closed
Description
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:
Metadata
Assignees
Labels
No labels