Closed
Description
Hey,
It appears there is no support for the seemingly new fs.mkdir
option recursive
which recursively builds paths.
// Creates /tmp/a/apple, regardless of whether `/tmp` and /tmp/a exist.
fs.mkdir('/tmp/a/apple', { recursive: true }, (err) => {
if (err) throw err;
});
Going by this issues #254 (comment) I guess this might not be implemented as it's a node v10+ feature?
Thanks 😃
Metadata
Metadata
Assignees
Labels
No labels