binarykitchen / find-remove

recursively finds files by filter options from a start directory onwards and deletes these. useful if you want to clean up a directory in your node.js app.
https://npmjs.org/package/find-remove
61 stars 19 forks source link

Add option to skip directory removing #4

Closed yetithefoot closed 6 years ago

yetithefoot commented 9 years ago

option onlyFiles:true will suppress directory removing

binarykitchen commented 6 years ago

closing since it is too old