Join / concatenate file system path



examples/filesystem/path.cr
path = Path.new("one", "two", "welcome.txt")
puts path # one/two/welcome.txt