> how to find out the present working directory using python.
>

Try this:

import os
os.getcwd()

It returns the current working directory.

Thanks,

- Isaac.

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

Reply via email to