Answers for "copy function in python for folders"

8

copy whole directory python

import shutil

shutil.copytree(source, destination)
Posted by: Guest on March-06-2020

Code answers related to "copy function in python for folders"

Python Answers by Framework

Browse Popular Code Answers by Language