Next:
os.getenv()
Up:
os
Previous:
os.environ
Contents
Index
os.getcwd()
Returns the current working directory.
>>> import os >>> os.getcwd() '/home/p15user'