pub fn join_path(fs_path: &str, join: &str) -> Option<String>
Expand description
Joins two /-separated paths into a normalized path. Paths are concatenated with /.
see also normalize_path for normalization.
Returns None
if the joined path would leave the filesystem root.