pub fn get_env_pathbuf_optional(env_name: &str) -> Option<PathBuf>
Expand description

Get an environment variable as a PathBuf. If not present or there is an error in parsing, return None.