static fun combinePath(vararg paths: String!): String!
Combine strings ensuring that there is a "/" between them "foo" + "bar" = "foo/bar" "foo/" + "/bar" = "foo/bar"
paths - String!: List of paths
paths
Return String!: Combined path