Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

list duplicate files in folder python

import duplicates as dup

folder_of_interest = 'C:/manyDuplicatesHere/'
dup.list_all_duplicates(folder_of_interest, to_csv=True, csv_path='C:/csvWithAllDuplicates/', fastscan=True)
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #list #duplicate #files #folder #python
ADD COMMENT
Topic
Name
7+2 =