Is there a easy way to get the filePath provided I know the Filename?
You can use the Path api:
Path
Path p = Paths.get(yourFileNameUri); Path folder = p.getParent();
2.1m questions
2.1m answers
60 comments
57.0k users