import os import shutil from path import path destination = "F:\file_copied" # os.makedirs(destination) def copyfile(dir, filetype="pptx", counter=0): ...
確定! 回上一頁