searchPatternInEnvPath

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

string[]
searchPatternInEnvPath
(
in string envPath
,
in string pattern
,
in char sep = envPathSep
)

Return Value

Type: string[]

array of matching file names

Meta