Function e_utils::system::env::env_path_join

source ·
pub fn env_path_join(variable: &str, add: &str) -> Result<PathBuf>
Expand description

变量追加路径

§Example

let p:Path = env_path_join(HCNET_LIB_ENV,HCPLAY_CORE_LIB).unwrap();