-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.
Description
fs.mkdir gained a recursive option in 10.12 (providing alternative to the mkdirp module) and I think the popularity of the rimraf module speaks for itself that there is very high userland to justify having it on fs.rmdir and it's variants too.
Examples of other languages implementing similar functionality are golang's os.RemoveAll or python's shutil.rmtree.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.