resolve

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.

@safe @trusted
resolve

Parameters

searchIn AbsolutePath[]

directories to search in starting from index 0.

lookFor Path

the file to search for.

Meta