Look for lookFor in searchIn by checking if the file exists at buildPath(searchIn[i],lookFor).
The result is cached thus further calls will use a thread local cache.
directories to search in starting from index 0.
the file to search for.
See Implementation
Look for lookFor in searchIn by checking if the file exists at buildPath(searchIn[i],lookFor).
The result is cached thus further calls will use a thread local cache.