Suppose I've got a few resource files in my classpath:
/a/b/c/x1.txt
/a/b/d/x2.txt
/a/b/e/x3.txt
My code does not know the full paths of these resource files. It knows only their extension .txt
.
How would you write a function to return the paths of the resources with extension .txt
?