Skip to main content

executable_file_name

Function executable_file_name 

Source
pub fn executable_file_name(bare: &str) -> String
Expand 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.