Skip to main content

prepend_path

Function prepend_path 

Source
pub fn prepend_path(bin_dir: &Path) -> OsString
Expand description

Prepend bin_dir to the current PATH using the platform’s path separator (: on Unix, ; on Windows).