Copy a directory tree

suggest change
import shutil
source='//192.168.1.2/Daily Reports'
destination='D:\\Reports\\Today'
shutil.copytree(source, destination)

The destination directory must not exist already.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents