copy directory from a to b, how?

Gaetan Corneau Gaetan_Corneau at baan.com
Wed Feb 23 09:18:32 EST 2000


Hello,

Take a look at the shutil module.

Bye,
______________________________________________________
   Gaetan Corneau
   Software Developer 
   Software Engineering Process Group
   BaaN  Supply Chain Solutions  
   http://www.baan.com
   E-mail: Gaetan_Corneau at baan.com                  
   Tel: (418) 266-8252         
______________________________________________________
"Tu l'as trop écrasé, César, ce Port Salut"


> How do I copy a directory in python?
> 
> I'd like to copy from c:\inetpub\staging to c:\inetpubwwwroot.
> 
> I could do this by using os.system(...), but I'm thinking 
> there must be
> a better way.
> 
> Any information appreciated.
> 
> 
> Thanks.




More information about the Python-list mailing list