Python Temukan file tertentu di direktori
text_files = glob.glob(path + "/**/*.txt")
Awful Alligator
text_files = glob.glob(path + "/**/*.txt")