pub fn join_path(fs_path: &str, join: &str) -> Option<String>
Joins two /-separated paths into a normalized path. Paths are concatenated with /.
see also normalize_path for normalization.