1 reference to FindFullPathFromPath
Aspire.Components.Common.Tests (1)
FileUtil.cs (1)
10
public static string? FindFullPathFromPath(string command) =>
FindFullPathFromPath
(command, Environment.GetEnvironmentVariable("PATH"), Path.PathSeparator, File.Exists);