class FileUtils
UNIX_SEPARATOR
static val UNIX_SEPARATOR: String
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"