fn join_path_env<I, S>(paths: I) -> OsString where
    I: IntoIterator<Item = S>,
    S: AsRef<Path>, 
Expand description

为 PATH 环境变量附加路径。