static extern bool PathFindOnPath([In, Out] StringBuilder pszFile, [In] String [] ppszOtherDirs);
Declare Function PathFindOnPath Lib "shlwapi.dll" (TODO) As TODO
bool found = PathFindOnPath(sb, new String [] {"c:\\test", "c:\\junk"} );