div

inline operator fun Path.div(other: Path): Path(source)

Resolves the given other path against this path.

This operator is a shortcut for the Path.resolve function.

Since Kotlin

1.5

inline operator fun Path.div(other: String): Path(source)

Resolves the given other path string against this path.

This operator is a shortcut for the Path.resolve function.

Since Kotlin

1.5