https://doc.rust-lang.org/rust-by-example/std_misc/path.html ```rust Path.new("./a").join("b"); ```