tomyamashita / cameraTrapping

R package for managing camera trap data
GNU General Public License v3.0
0 stars 0 forks source link

In movePictures, force use of copy instead of move when there are duplicate files involved #34

Closed tomyamashita closed 1 year ago

tomyamashita commented 1 year ago

When move is selected but there are duplicate files to move to different folders, force use of fs::file_copy() then add a delete previous files option to ensure that all files get copied

tomyamashita commented 1 year ago

Fixed in 0.0.0.26