implementing mv

Martin v. Loewis martin at v.loewis.de
Wed Dec 24 04:19:48 EST 2003


Hong Jiang wrote:

> Is there an efficient way to implement the 'mv' command? I mean not by 
> calling external commands.

Try shutil.move.

Regards,
Martin





More information about the Python-list mailing list