Good morning,

 

Does anyone know of something that will copy a directory tree, but only for files with a specific extension?  I found

copytree(

src, dst[, symlinks])

, but I wasn’t sure how to assign the src to the string, ie) \\server\share\*.xls.

 

Thanks,

Alice.

 

 

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to