ryanmcgrath / wrench-js

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

Windows permission change before unlinking files and symlinks is in and has better tests. #73

Closed seanmwalker closed 10 years ago

seanmwalker commented 10 years ago

Windows permission change before unlinking files and symlinks is in and has better tests.

Windows systems need to have read/write permissions to support the deletion. We now chmod them which just flips the read/write bits in the end. But it enables the process to work.

ryanmcgrath commented 10 years ago

Should be good to go now, @seanmwalker. npm'd.