How can I move and copy files using python?

Batista, Facundo FBatista at uniFON.com.ar
Thu Oct 30 07:54:52 EST 2003


Kay Lee wrote:
#- I looked up os module to find out some method to move and 
#- copy files in
#- python,
#-  but os doesn't support such methods.
#- Is there any way to move & copy files in python?
#- Thanks in adv.

Check out the shutil module:

http://www.python.org/doc/current/lib/module-shutil.html

.	Facundo






More information about the Python-list mailing list