On Mar 28, 9:50 pm, alex23 <[email protected]> wrote: > On Mar 29, 6:12 am, John Ladasky <[email protected]> wrote: > > > I'm looking for a Python (2.7) equivalent to the Unix "cp" command. > > Any help? Thanks. > > Try the shutil module:http://docs.python.org/library/shutil.html
Many thanks! That's what I was looking for. -- http://mail.python.org/mailman/listinfo/python-list
