How to find current base execution directory in groovy (or java)?

Viewed 79774

I've got a little script I'm using a paramter to pass in the current execution directory, but would like to make it a little more robust.

How does one find out the base execution directory?

3 Answers
Related