Sucran
9/27/2017 - 8:19 AM

PyOS dir operation

dir.py --- print the file in the dir

data_root = '.'
pathDir = os.listdir(data_root)
for image_path in pathDir:
    print image_path