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

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").

Parameters

path - Path to resolve.

Return
Resolved path.