Re: os.join Windows action

2005-03-05 Thread John Machin
Michael Hoffman wrote: > Colin J. Williams wrote: > > > C:\XXX is required, C:XXX is not acceptable. > > C:XXX is acceptable, it just means something entirely different from > C:\XXX. There is a current working directory on each drive. C:XXX is > file XXX in the current directory on drive C:. Fur

Re: os.join Windows action

2005-03-05 Thread Michael Hoffman
Colin J. Williams wrote: C:\XXX is required, C:XXX is not acceptable. C:XXX is acceptable, it just means something entirely different from C:\XXX. There is a current working directory on each drive. C:XXX is file XXX in the current directory on drive C:. How should os.path.join('C:', 'ugh') be tre