1 2 3
pub fn path_second(path: String, location: String) -> String { location + &path.replace('`', "/") }