copy directory from a to b, how?

Charles G Waldman cgw at fnal.gov
Mon Mar 27 12:34:20 EST 2000


Use the "copytree" function in the (oft-overlooked) "shutil" module.

No reason to resort to os.system'ing some non-portable command.





More information about the Python-list mailing list