Skip to content

Python script that compare 2 folders and generate CSV report.

Notifications You must be signed in to change notification settings

anthonychwong/FolderCompare.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

FolderCompare.py

Python script that compare 2 folders and generate CSV report.

Usage

Modify the following part and run the script

###########
#
# User Input
#
###########

aDir = u"/Path/To/FolderA"
bDir = u"/Path/To/FolderB"
exclude = ".DS_Store|.Parent"
reportName = "CompareReport.csv"

About

Python script that compare 2 folders and generate CSV report.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages