Answers for "adding directories into another directory python"

8

copy whole directory python

import shutil

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

Code answers related to "adding directories into another directory python"

Python Answers by Framework

Browse Popular Code Answers by Language