pub fn executable_file_name(bare: &str) -> StringExpand description
Spell bare the way this host names an executable file.
Callers name the program; the host decides whether that program is a file
called bare or bare.exe. Only the file spelling changes here — PATH
search order and PATHEXT are search concerns, not naming ones.