ryanmcgrath / wrench-js

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

copyDirRecursive doesnot preserve "execute" permission #92

Closed Michenux closed 8 years ago

Michenux commented 10 years ago

Source files with execute permission lost the execute permission. The target files can not be executed anymore.

Source: -rwxr-xr-x Target: -rw-r--r--

nicka commented 8 years ago

Any news on this?

ryanmcgrath commented 8 years ago

@nicka I deprecated the lib this past weekend. No updates forthcoming, sadly.

nicka commented 8 years ago

@ryanmcgrath :ok_hand: