1 changed file
find_duplicate_files.py | ||
Add comment 42 Caveats:
Add comment 43
Add comment 44 - The limitation of the checksum approach is that it can't determine files as duplicates if there is any
Add comment 45 Minus slight imperfection in one of the files (eg. multimedia files) as that would result in a differing checksums.
Add comment 45 Plus slight imperfection in one of the files (eg. multimedia files) as that would result in differing checksums.
Add comment 46
Add comment 47 - By default this program will short-circuit to stop processing a file as soon as it is determined to be a duplicate
Add comment 48 file via one of the above methods in that order for efficiency. This means that if 2 files have duplicate names,