spawnApplication

Spawn application with given params.

@trusted
void
spawnApplication
(
const(string)[] unquotedArgs
,)

Parameters

unquotedArgs const(string)[]

Unescaped unquoted arguments parsed from "Exec" value.

params SpawnParams

Field codes values and other properties to spawn application.

Throws

ProcessException if could not start process. DesktopExecException if unquotedArgs is empty.

See Also

Meta