On Thu, May 22, 2014 at 12:14 AM, Rustom Mody <rustompm...@gmail.com> wrote:
> d ++ "\\" ++ f

ITYM:

d + "\\" + f

or possibly:

d + "/" + f

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to