Python script that compare 2 folders and generate CSV report.
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"