Copying files from sub folders under source directories into sub folders with same names as source directory sub folders in destination directories without overwriting already existing files of same name.

Chris Angelico rosuav at gmail.com
Mon May 19 03:01:05 EDT 2014


On Mon, May 19, 2014 at 4:53 PM,  <satishmlwizpro at gmail.com> wrote:
> Could you kindly help?

Sure. Either start writing code and then post when you have problems,
or investigate some shell commands (xcopy in Windows, cp in Linux,
maybe scp) that can probably do the whole job.

Or pay someone to do the job for you.

ChrisA



More information about the Python-list mailing list