How to get Linked Folders of a Project [message #332663] |
Tue, 04 November 2008 10:46  |
Eclipse User |
|
|
|
Originally posted by: sandy801.gmail.com
Hi,
I need to list all linked folders of a given project.
I have access to IProject instance, but i do not find any API to get linked folders. Is there any way i can achieve this?
|
|
|
Re: How to get Linked Folders of a Project [message #332664 is a reply to message #332663] |
Tue, 04 November 2008 11:13  |
Eclipse User |
|
|
|
sandeep wrote:
> I need to list all linked folders of a given project.
> I have access to IProject instance, but i do not find any API to get linked folders. Is there any way i can achieve this?
Try using the accept method and use a visitor to retrieve all child
IFolders and you can use IResource's isLinked() method?
|
|
|
Powered by
FUDForum. Page generated in 0.02981 seconds