[Tutor] Copy Files, Dates

Mike Hansen mhansen@cso.atmel.com
Mon Apr 21 09:41:40 2003


Alan Gauld responded to Mike's question:

>>How do you copy files using Python?
>>    
>>
>
>Finding the right module is one of the hardest bits of learning
>Python...
>The one you need here is called shutil - obviously! :-)!
>
Thanks. I didn't think to look at that module. <Wanders off to read the 
Python Standard Library and more of the Python Docs>

Mike