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
version(!Windows && Posix)
protected static
int
execvpe
(
const(char)[] filename
,
const(char)*[] argv
,
const(char)*[] envp
)

Meta