ryanmcgrath / wrench-js

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

copyDirSyncRecursive to current directory with having to forceDelete #109

Open alallier opened 8 years ago

alallier commented 8 years ago

I want to be able to copyDirSyncRecursive to the current directory without having to delete the whole directory (keeping files already in the directory and overwriting the same files in the directory). Is there a way to achieve this with wrench.

What I have experienced is that if I try to copyDirSyncRecursive to a directory and forceDelete is set to false, it will not copy anything.