copyDirSyncRecursive to current directory with having to forceDelete #109
Labels
No labels
Bug
Enhancement
Feature Request
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/wrench-js#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.