Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python copy dir

from shutil import copytree
shutil.copytree("sourcedir", "destination")
 
PREVIOUS NEXT
Tagged: #python #copy #dir
ADD COMMENT
Topic
Name
2+7 =