How to get current working directory in Python
This is my OLD blog. I've copied this post over to my NEW blog at:
http://www.saltycrane.com/blog/2007/11/how-to-get-current-working-directory-in/
You should be redirected in 2 seconds.
I always forget how to get the current working directory so here it is, mainly for my own reference.
import os os.getcwd() 'C:\\Python25'
No comments:
Post a Comment