Only copy newer files #66
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: repos/wrench-js#66
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?
It would be nice to have an option in methods like copyDirSyncRecursive to only copy files if their modification time is newer than the one in the destination folder.
Heya - I know this is 2 months old, but I agree it'd be cool to have. If you wanna pull request it (don't at all blame you if uninterested by this point) with a test I'd be happy to include it.
Thanks, sorry for the hella late reply!
I'm on Windows so I ended up just calling out to robocopy instead. Would be cool to do everything in node though.