Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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; 'filename': 0.09; 'from:addr:timgolden.me.uk': 0.09; 'from:name:tim golden': 0.09; 'message-id:@timgolden.me.uk': 0.09; 'subject:file': 0.14; 'wrote:': 0.14; 'ha!': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'cc:addr:python-list': 0.17; 'header:In-Reply-To:1': 0.21; 'cc:2**0': 0.22; 'cc:no real name:2**0': 0.23; 'cc:addr:python.org': 0.30; 'appended': 0.30; 'tjg': 0.30; 'specifically': 0.31; 'there': 0.35; 'header:User- Agent:1': 0.35; 'subject:from': 0.38; 'but': 0.38; 'subject:: ': 0.38; 'received:192': 0.38; 'from:addr:mail': 0.65; 'subject:name': 0.67; 'to:none': 0.93 Date: Tue, 24 May 2011 17:10:44 +0100 From: Tim Golden User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 CC: python-list@python.org Subject: Re: Obtaining a full path name from file References: <6af58349-43d3-4132-ab0a-a072852e6f3a@g12g2000yqd.googlegroups.com> <09bb028b-7050-4b8e-99b0-722af11918f7@y19g2000yqk.googlegroups.com> In-Reply-To: <09bb028b-7050-4b8e-99b0-722af11918f7@y19g2000yqk.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 7 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306253449 news.xs4all.nl 49038 [::ffff:82.94.164.166]:38529 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6150 On 24/05/2011 17:04, RVince wrote: > Ha! You;re right -- but is there a way to get it without the filename > appended at the end? Well, just use the functions in os.path, specifically os.path.dirname... TJG