I want to make sure that folder exists. '2011-07-03' is really exists. but 'os.path.isdir' say false
Does anyone know why?
>>> os.path.isdir("C:\Users\조창준\Desktop\logs")
True
>>> os.path.isdir("C:\Users\조창준\Desktop\logs\2011-07-03")
False
--
http://mail.python.org/mailman/listinfo/python-list
