makePathString

fun makePathString(vararg parts: String): String

Makes a path string by joining the given parts with the base game folder.

Return

The joined path string.

Parameters

parts

The parts of the path to join.