Removed constraint that would not allow recursive to be set to True when in_folder would be set to True.
Implemented fix for #94 where difPy would not search through files in folders containing brackets ("[" or "]") in the file path when in_folder would be set to True.
Implemented fix for #105 where the search.results output would be inaccurate when in_folder would be set to True.
Minor updates:
recursive
to be set toTrue
whenin_folder
would be set toTrue
.in_folder
would be set toTrue
.search.results
output would be inaccurate whenin_folder
would be set toTrue
.README.md
.