copy files and folders in python in existing folder code example Example: copy whole directory python import shutil shutil.copytree(source, destination)