ryanmcgrath / wrench-js

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

Updating wrench rmdirSyncRecursive to support permissions issues for win... #72

Closed seanmwalker closed 10 years ago

seanmwalker commented 10 years ago

Updating wrench rmdirSyncRecursive to support permissions issues for Windows. We now set read/write permissions to all before we try to remove the file. This is a quirk of Windows file systems. Also added a simple test for rmdirSyncRecursive.

seanmwalker commented 10 years ago

Found an issue when adding a few more tests, will redo a pull when it's more tested.