I need the absolute location of a project folder, so I tried
project.getRawLocation()
but this returns null
(at least in my c
The JavaDoc for getRawLocation() says
If this resource is an existing project, the returned path will be equal to the location path in the project description.
and the JavaDoc for the project description IProjectDescription.getLocation() says:
null is returned if the default location should be used
The getLocation() call will return a path.