ryanmcgrath / wrench-js

Recursive file operations in Node.js
MIT License
435 stars 71 forks source link

rmdirRecursive doesn't have failSilent parameter #46

Closed ericedem closed 11 years ago

ericedem commented 11 years ago

I need rmdirRecursive to fail silently if the directory doesn't exist. It is in the synchronous version but not the asynchronous version.

ryanmcgrath commented 11 years ago

Being that it's been 3 months, I feel you if you've moved on to other libs. With that said I finally got around to doing this, thanks again for the heads up!