Table of Contents

Method TryGetFullPathForCommand

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

TryGetFullPathForCommand(string)

Tries to get the full path for a given command.

public static string? TryGetFullPathForCommand(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.