I have the need for the following workflow:
- if dest doesn't exist, move
- otherwise, loop over contents
The main difference with the current move is that it deletes the dest before the move, whereas this would merge if conflicted. I figured I would offer to attempt to build it here instead of a new package, if you're interested.
I have the need for the following workflow:
The main difference with the current
moveis that it deletes the dest before the move, whereas this would merge if conflicted. I figured I would offer to attempt to build it here instead of a new package, if you're interested.