| [news.eclipse.platform.rcp] Re: FIND A PROJECT PATH IN PACKAGE EXPLORER LIST |
IWorkspaceRoot.getProjects()
Hi, I am developing my plugin and I would like to know the way to retriew the location of all projects opened in my package explorer list. I can 't apply ResourcesPlugin.getWorkspace().getRoot().getProject(projectname) because some projects change their location after the download operation... and they can be in any part of my file system. The user choses the location as he wants.
Thanks in advance
--Dan