Table of Contents

Method GetFullPathUsingWhereCached

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

GetFullPathUsingWhereCached(string)

Tries to get the full path for a given command using command line interpreter.

public static string? GetFullPathUsingWhereCached(string command)

Parameters

command string

The command to find the full path for.

Returns

string

The full path of the command if found; otherwise, null.