Skip to main content

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

Xavier,

please use the newsgroup to ask questions.

Dani

|------------>
| From:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Xavier Pegenaute <xavier.pegenaute@xxxxxx>                                                                                                        |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |eclipse-dev@xxxxxxxxxxx                                                                                                                           |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |04.02.2010 08:06                                                                                                                                  |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |[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
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev





Back to the top