Hi,
I'm writing some tests and I'd like to be able to programmatically pick up the project root directory from my code.
I know there are idea specific variables such as "MODULE_DIR", but is there any way I can get the project root from my code?
Many thanks
Richard