pythonでファイル一覧取得する glob.glob("・・・ Python

pythonでファイル一覧取得するよ!

# ファイル一覧取得
print(glob.glob( ./work/dir/* ))