spawn


Description:

[ CCode ( error_pos = 0.8 ) ]
public Subprocess spawn (string argv0, ...) throws Error

Creates a Subprocess given a provided varargs list of arguments.

Parameters:

this

a SubprocessLauncher

argv0

Command line arguments

...

Continued arguments, null terminated

error

Error

Returns:

A new Subprocess, or null on error (and throws will be set)