recursive copy in a directory tree?

Aahz Maruch aahz at netcom.com
Wed Oct 13 21:09:50 EDT 1999


In article <7u39g2$ki5$1 at nnrp1.deja.com>, yinger  <ayinger1 at my-deja.com> wrote:
>
>  I am looking for a python util that *recursively* copies files from a
>source directory tree to a target with wildcard syntax.

os.path.walk() should get you mostly there.
--
                      --- Aahz (@netcom.com)

Androgynous poly kinky vanilla queer het    <*>      http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6  (if you want to know, do some research)




More information about the Python-list mailing list