recursive
option for fs.rmdir
#27764
Labels
feature request
Issues that request new features to be added to Node.js.
fs
Issues and PRs related to the fs subsystem / file system.
fs.mkdir gained a
recursive
option in 10.12 (providing alternative to themkdirp
module) and I think the popularity of therimraf
module speaks for itself that there is very high userland to justify having it onfs.rmdir
and it's variants too.Examples of other languages implementing similar functionality are golang's
os.RemoveAll
or python'sshutil.rmtree
.The text was updated successfully, but these errors were encountered: