On Dec 4, 2007, at 11:33 AM, Nate Lowrie wrote:

> Also note that instead of combining things by yourself, you can use
> the os.path.join function.  It takes any number of arguments and will
> automatically add in the right separator.  Ex. os.path.join("usr",
> "local", "MyDirectory", "MyFile") will spit back
> "/usr/local/MyDirectory/MyFile" on Linux.

        Actually, it will return 'usr/local/MyDirectory/MyFile'

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to