How do i COPY files from 1 directory to another..

Dirgesh Patel Kemp100 at attbi.com
Tue Jun 25 13:21:29 EDT 2002


How do i Copy multiple files from 1 directory to another..this is the
code I have so far..but it gives me a PERMISSION DENIED ERROR..


import shutil
import os

shutil.copy2(r"C:\test",r"C:\test1")

I wanna copy everythign from C:\test to C:\test1....



More information about the Python-list mailing list