os.path.normpath

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • placid

    #1

    os.path.normpath

    Hi all,

    I was just wondering if there is a anti-os.path.normpat h function? For
    example if i have the path "C:\Program Files\Games" i want to
    anti-os.path.normpat h is so that it becomes "C:\\Progra m Files\\Games"
    ?

    Cheers

  • placid

    #2
    Re: os.path.normpat h


    placid wrote:
    Hi all,
    >
    I was just wondering if there is a anti-os.path.normpat h function? For
    example if i have the path "C:\Program Files\Games" i want to
    anti-os.path.normpat h is so that it becomes "C:\\Progra m Files\\Games"
    ?
    >
    Cheers
    Ahh ignore my post. I was using abspath, and normpath is what i what.

    Doh, stupid me!

    Cheers

    Comment

    Working...