Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Find a file in a project

Hi,

I was wondering how to find a file inside the project files. I have been testing 
using the IProject objects, but I can only access to the first level 
files/subdirs. I am using the IProject's members() function.

Since this method returns IResource objects I can't apply members recursively.

Any idea?, may be already exist some function like find(....) ?

Thanks & Regards.
Xavi


Back to the top