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