os.path.join() necessary?

Michael Hudson mwh at python.net
Thu May 23 07:39:11 EDT 2002


Thomas Guettler <zopestoller at thomas-guettler.de> writes:

> Is os.path.join() necessary? I use
> 
> absolute_path=dir + "/" + file
> 
> on windows (W2K) without problems.

Try it on the Mac.

Cheers,
M.

-- 
  I'm sorry, was my bias showing again? :-)
                                      -- William Tanksley, 13 May 2000



More information about the Python-list mailing list