Makes itemIDs unique when duplicating by appending '_copy${copyNum}' to the end
Uses the same file name system as windows for when copying rundown files to ensure overwrites never happen
It's still possible to have two rundown items have the same name by renaming & deleting copies but this mitigates it substantially
Closes #95
Makes itemIDs unique when duplicating by appending '_copy${copyNum}' to the end Uses the same file name system as windows for when copying rundown files to ensure overwrites never happen
It's still possible to have two rundown items have the same name by renaming & deleting copies but this mitigates it substantially