Add Hash Comparison for File Name Collisions during Move and Copy Operations #653
dev-michael-schmidt
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When copying or moving files with the same name, a dialog currently appears with options to cancel, skip, duplicate, or replace the files (and Apply this action to all files). This dialog provides useful information like file name, type, size, and last modified date to help users decide between the two files.
I would like to propose a feature/enhancement to this dialog: an option to calculate and compare file hashes (e.g., SHA-1) directly within the interface. This would give users an additional way to verify whether the files are identical beyond the visible metadata.
This would give users more confidence in their decision-making process when managing files with potential name conflicts.
Beta Was this translation helpful? Give feedback.
All reactions