Join multiple path segments
String
The joined path.
path_join("/home/user", "project", "data.csv") # => "/home/user/project/data.csv"