Dave Jones wrote: > Hi John! > > About the path and the \'s, take a look at the os.path.join function. > The function is smart enough to add the correct slash when joining > directories. > > Dave
Interesting, thanks! I was reading about the normcase() function, but your suggestion might be better. -- http://mail.python.org/mailman/listinfo/python-list