I am getting workspace by calling ResourcesPlugin.getWorkspace().getRoot().
How I can list all files(IFile) recursively in the workspace.
I am getting workspace by calling ResourcesPlugin.getWorkspace().getRoot().
How I can list all files(IFile) recursively in the workspace.