Table of Contents

Method ShellExecute

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

ShellExecute(string?, string?, string?)

public static bool ShellExecute(string? filePath, string? args = null, string? folder = null)

Parameters

filePath string

Path to the application.

args string

Set of command-line arguments to use when starting the application.

folder string

Initial directory.

Returns

bool

Remarks

Uses shell execute to start the process.