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:


Files, Folders, I/O:
*Copy a directory tree

Table Of Contents
15Files, Folders, I/O
31Set
166Gzip