Answers for "copy folder pytsk python"

2

python copy dir

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

Python Answers by Framework

Browse Popular Code Answers by Language