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

FileUtils

class FileUtils

Properties

UNIX_SEPARATOR

static val UNIX_SEPARATOR: String

Functions

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"