for example I have string:
test = "/var/tmp/test.log"
I want to get a path of this file.
|
for example I have string:
I want to get a path of this file.
| |||||||
feedback
|
|
Use
| |||
|
feedback
|
|
if you want to get absolute path, try this C:>python Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
| |||
|
feedback
|
|
Which part are you interested in? The os.path module has a lot of useful functions. If that fails, a | ||||
|
feedback
|