Does anyone happen to know the Python equivalent to the MEL command pwd?
This command will list the current workspace/project directory you are working from.
I've checked through various modules, but have had no luck. There is a Python command called os.getcwd, which is supposed to get the current working directory, but this does not work since it is not within a maya module.
Any clues?