fn execvpeZ(file: [*:0]const u8, argv_ptr: [*:null]const ?[*:0]const u8, envp: [*:null]const ?[*:0]const u8) ExecveError

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.

Parameters

file: [*:0]const u8,
argv_ptr: [*:null]const ?[*:0]const u8,
envp: [*:null]const ?[*:0]const u8,