copying files through Python

petercable at gmail.com petercable at gmail.com
Fri Feb 15 09:06:09 EST 2008


On Feb 13, 10:50 pm, Lalit <lalitkris... at gmail.com> wrote:

> I need to write a program which would transfer files under one folder
> structure (there are sub folders) to single folder.

<troll>

find /fromdir -exec mv {} /todir \; -print

</troll>

Pete



More information about the Python-list mailing list