Function DesktopAction.expandExecValue

Expand "Exec" value into the array of command line arguments to use to start the action. It applies unquoting and unescaping.

string[] expandExecValue (
  scope const(string)[] urls = null,
  string locale = null
) @safe const;

See Also

execValue, expandExecArgs, start