Callie Bertsche wrote:
I have a closely related note. How do I write to a relative path with
python? Example,
source = open('/../../directory/subdirectory/file.extension')

What am I missing?
--
http://mail.python.org/mailman/listinfo/python-list


Leave off the beginning slash.

-Matt
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to