fn execvpeZ(file: [*:0]const u8, argv_ptr: [*:null]const ?[*:0]const u8, envp: [*:null]const ?[*:0]const u8) ExecveError
[src]
This function also uses the PATH environment variable to get the full path to the executable. If file
is an absolute path, this is the same as execveZ
.