I'm looking for a solution using node.js that will copy, move, and rename a file from one directory to another without deleting the original. Other solutions I've found seem to delete the original such as fs.rename
.
This will run in a repo using npm.