Recursively list all files in eclipse workspace programmatically

Viewed 2918

I am getting workspace by calling ResourcesPlugin.getWorkspace().getRoot().

How I can list all files(IFile) recursively in the workspace.

1 Answers
Related