Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

shutil copy folder

import shutil
shutil.copytree("source_path", "destination_path")
 
PREVIOUS NEXT
Tagged: #shutil #copy #folder
ADD COMMENT
Topic
Name
5+5 =