Skip to content

Node v10.13.0 fs.mkdir recursive option not supported #257

Closed
@anthify

Description

@anthify

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions