Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '22,': 0.09; 'subject:files': 0.09; 'cc:addr:python-list': 0.11; '"/"': 0.16; '"\\\\"': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:non': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=F5yETTPSCLGjGOfkc/6tGBiWreUP7g7dUHUVXuUEYBk=; b=JfTKOgdpWJ/1DgCNRxHNa2n+fefZom5BSHT92ws7tD22jLlEkINrLWa+kyASUrFfbC Vy7UhQCN8h1Q0Xul3K5W2qSnkeGB+C6SRkqkMlJrWZsedautIj9f+nwV21EPGFpuCL/L meDFZvf546amxOgR0eifbwVfgM33tV9AzW5ENIOJt3SlsQjEKdSaBxCCjZE2t4AJH95P ScozsCVLz3ahCQnoAkoPLJRyeZe7ZGC47Hv8pX64PwEPNUk5gz/Y5KmIssGmiVEZalSZ j6Lx5rvLUJYXIipDoqUS/j/GLaQHi2O1Bqb8NJJjb7OScXRTn539flFmhsImbj93/VwZ Ppvg== MIME-Version: 1.0 X-Received: by 10.221.27.8 with SMTP id ro8mr10258021vcb.30.1400683510382; Wed, 21 May 2014 07:45:10 -0700 (PDT) In-Reply-To: <10443c4a-5e1c-40bc-8c18-c696f6abde8f@googlegroups.com> References: <8ff7483f-cec3-4cc8-bedf-68da09571350@googlegroups.com> <89887b39-3988-45cf-9a26-02f3eeef9f22@googlegroups.com> <934ba77e-6794-4d41-a3f3-ca0e370c4afb@googlegroups.com> <575e4180-b222-4e8f-a378-f39a51c3c085@googlegroups.com> <45b38d71-bf27-4d8e-b912-1093bbb38dcb@googlegroups.com> <2122e5a9-198d-4998-bebf-3f19fe110f57@googlegroups.com> <99a414b6-0d02-40ac-9891-e179ff296db8@googlegroups.com> <8389c3e9-1fa5-43a5-bee5-c64fe4ee0919@googlegroups.com> <10443c4a-5e1c-40bc-8c18-c696f6abde8f@googlegroups.com> Date: Thu, 22 May 2014 00:45:10 +1000 Subject: Re: Copying non-existing files From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400683519 news.xs4all.nl 2946 [2001:888:2000:d::a6]:55646 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71861 On Thu, May 22, 2014 at 12:14 AM, Rustom Mody wrote: > d ++ "\\" ++ f ITYM: d + "\\" + f or possibly: d + "/" + f ChrisA