files = os.listdir(source) for f in files: shutil.move(os.path.join(source, f), dist). In Python the files are moved by listing them calling ...
確定! 回上一頁