Process.execvpe

Execute a process by looking up a file in the system path, passing the array of arguments and the the environment variables. This method is a combination of the execve() and execvp() POSIX system calls.

class Process
protected static
int
execvpe
(,
char*[] argv
,
char*[] envp
)

Meta