homedir, file copy
ecu_jon
hayesjdno3 at yahoo.com
Sun Jan 30 18:13:01 EST 2011
More information about the Python-list mailing list
Sun Jan 30 18:13:01 EST 2011
- Previous message (by thread): homedir, file copy
- Next message (by thread): homedir, file copy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jan 30, 3:55 pm, r <rt8... at gmail.com> wrote: > On Jan 30, 2:44 pm, ecu_jon <hayesjd... at yahoo.com> wrote: > > > shutil.copy (homedir+"\\backup\\", homedir+"\\backup2\\") > > TIP: Use os.path.join(x,y, z*) > > > why is there still two \\ in the pathfor the copy command? > > I always convert my paths to use a single '/' instead of '\\'. Just > makes life that much easier! what does this mean? Use os.path.join(x,y, z*) what is the x,y,z?
- Previous message (by thread): homedir, file copy
- Next message (by thread): homedir, file copy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list