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