copy () is for copying a single file. If you want to copy a whole folder, use shutil.copytree() . You need to append the directory name to the destination as ...
確定! 回上一頁