[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LazFileUtils' (#lazutils)

SplitCmdLine

Splits the specified command line into program and parameter values.

Declaration

Source position: lazfileutils.pas line 182

procedure SplitCmdLine(

  const CmdLine: string;

  out ProgramFilename: string;

  out Params: string

);

Arguments

CmdLine

  

Command line examined in the function.

ProgramFilename

  

Executable name found in the command line.

Params

  

List of parameters and values found in the command line.