python print out files in a directory import glob workingDir = “C:\\…\\Dairy\\” print(glob.glob(workingDir+”*.dta”))