searchInEnvPath

Search for filename in the envPath variable content which can contain multiple paths separated with sep depending on platform.

string
searchInEnvPath
(
in string envPath
,
in string filename
,
in char sep = envPathSep
)

Return Value

Type: string

null if the file can't be found.

Meta