spawnv


Description:

public Subprocess spawnv (string[] argv) throws Error

Creates a Subprocess given a provided array of arguments.

Parameters:

this

a SubprocessLauncher

argv

Command line arguments

Returns:

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