I am working on a plugin, which passes the location URI of current workspace to other method.
IWorkspace workspace = ResourcesPlugin.getWorkspace();
I am very new to Eclipse PDE. What method returns the URI location of workspace. for Ex if the workspace is C:\Eclipse\Workspace. i need the path C:\Eclipse\Workspace
You want: