A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-list/2001-April/107139.html below:

How to extract the file names???

How to extract the file names??? How to extract the file names???Alex Martelli aleaxit at yahoo.com
Fri Apr 20 12:56:04 EDT 2001
"EdwardT" <edwardt at trillium.com> wrote in message
news:9bnom3$g9a at news.or.intel.com...
> Hi currently I have the following code that asks the user for input file
> names, but it returns the filesname with the full path attaching to it.
ButI
> just want the filenames without the fullpath how can i do it??
    [snip]
> /vobs/qa/stf/ctf/src/sample/tpu/log/tpTcCTFTEST7/tp_acc.1
>
> But I just want tp_acc.1  . what should I do??

"import os.path", then os.path.basename(thefullpath) returns
the part after the last slash (on Unix -- the appropriate
separator, on whatever platform).


Alex





More information about the Python-list mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4