Python Encontre arquivo específico no diretório
text_files = glob.glob(path + "/**/*.txt")
Awful Alligator
text_files = glob.glob(path + "/**/*.txt")