How can I move and copy files using python?

Alex Martelli aleax at aleax.it
Thu Oct 30 08:04:42 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?

Look at module shutil in the standard library.


Alex





More information about the Python-list mailing list