[ CCode ( error_pos = 0.8 ) ]
public Subprocess spawn (string argv0, ...) throws Error
Creates a Subprocess given a provided varargs list of arguments.
this | |
argv0 |
Command line arguments |
... |
Continued arguments, null terminated |
error |
Error |
A new Subprocess, or null on error (and throws will be set) |