-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
fs: fs.mkdirs or fs.mkdirp #683
Copy link
Copy link
Closed
Labels
fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.
Description
Activity
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.
I hope fs module can provide a method likes mkdirp.
Yes, mkdirp module is good, and much people use it or depend on it.
But, I think it should be provided at language level not library level.
Just like Java: