import os import shutil dir = "1959_6x6/" for file in os.listdir(dir): # get all but the last 8 characters to remove # the index number and ...
確定! 回上一頁