Execute a program in the path, and pass it an environment.
Source position: unix.pp line 126
function FpExecLPE( |
const PathName: RawByteString; |
const S: array of RawByteString; |
env: PPAnsiChar |
):cint; |
FpExecLPE does the same as FpExecLP, but additionally it specifies the environment for the new process in env, a pointer to a null-terminated array of null-terminated strings.
On success, this function does not return.
|
Execute process (using argument list, environment; search path). |
|
|
Execute process (using argument list, environment). |