I want to get all the files/files with specified extension[say .temp] from
an eclipse IProject. Is there any way to retrieve all files/with one
extension from a project ??
One idea is to write an IResourceVisitor that looks for matches. Pass it
to IProject#accept(visitor).
HTH
Ben
Bhuvan wrote:
> Hello,
>
> I want to get all the files/files with specified extension[say .temp]
> from an eclipse IProject. Is there any way to retrieve all files/with
> one extension from a project ??
>
> --
> Thanks and Regards,
> Bhuvan Mehta