Published
- 1 min read
shutil copy folder
The solution for this is noted below
shutil copy folder
Solution
import shutil
shutil.copytree("source_path", "destination_path")
Try other methods by searching on the site. That is if this doesn’t work