MRAB wrote: > <snip> >>>> from os.path import isdir, join >>>> <snip >> > Have a look at the imports, Dave. :-) > Oops. I should have noticed that it was a function call, not a method. And there's no built-in called join(). I just usually avoid using this kind of alias, unless performance requires. thanks for keeping me honest. DaveA