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

StrToCmdLineParam

Ensures that whitespace and quoting use the format required for command line parameters.

Declaration

Source position: lazfileutils.pas line 179

function StrToCmdLineParam(

  const Param: string

):string;

Arguments

Param

  

Command line parameter examined in the function.

Function result

Value after normalizing whitespace and quote characters in the command line parameter.