skrypton-api / com.waicool20.skrypton.util / java.nio.file.Path

Extensions for java.nio.file.Path

div

operator fun Path.div(path: String): Path

Resolves give path with this path. Allows for usage like Paths.get("foo") / "bar", Which is identical to Paths.get("foo").resolve("bar").