Attempts to resolve filePathToResolve by looking it up in the
directories listed in the PATH environment variable.
[UnsupportedOSPlatform("ios")]
[UnsupportedOSPlatform("tvos")]
protected virtual bool ResolveFromPathEnvironmentVariable(string filePathToResolve, scoped out FileInfo? resolvedFilePath)
The file path to resolve.
When this method returns, contains the resolved FileInfo on success; otherwise, null.
true if a match was found in PATH; otherwise, false.