find Files
Find files using glob patterns.
Return
list of absolute file paths matching the glob pattern
Parameters
glob
the glob pattern to match files against
find Highest
if true, only the highest matching file in the directory tree will be returned For example, if you want to find all Maven projects by looking for pom.xml files.