treessence / fr.bipi.tressence.common.utils / FileUtils / combinePath

combinePath

static fun combinePath(vararg paths: String!): String!

Combine strings ensuring that there is a "/" between them "foo" + "bar" = "foo/bar" "foo/" + "/bar" = "foo/bar"

Parameters

paths - String!: List of paths

Return
String!: Combined path