Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to get Linked Folders of a Project
How to get Linked Folders of a Project [message #332663] Tue, 04 November 2008 10:46 Go to next message
Eclipse UserFriend
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 Go to previous message
Remy Suen is currently offline Remy SuenFriend
Messages: 462
Registered: July 2009
Senior Member
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?
Previous Topic:string and editor ...
Next Topic:storageeditorinput and SAVE ???
Goto Forum:
  


Current Time: Fri Apr 26 14:30:49 GMT 2024

Powered by FUDForum. Page generated in 0.03139 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top