Answers for "python copy directory and all files"

2

python copy dir

from shutil import copytree
shutil.copytree("sourcedir", "destination")
Posted by: Guest on February-26-2021

Code answers related to "python copy directory and all files"

Python Answers by Framework

Browse Popular Code Answers by Language