div

expect operator fun div(child: String): Path
expect operator fun div(child: ByteString): Path
expect operator fun div(child: Path): Path

Returns a path that resolves child relative to this path. Note that the result isn't guaranteed to be normalized even if this and child are both normalized themselves.

If child is an absolute path or hasVolumeLetter then this function is equivalent to child.toPath().

@JvmName(name = "resolve")
actual operator fun div(child: String): Path
@JvmName(name = "resolve")
actual operator fun div(child: ByteString): Path
@JvmName(name = "resolve")
actual operator fun div(child: Path): Path
actual operator fun div(child: String): Path
actual operator fun div(child: ByteString): Path
actual operator fun div(child: Path): Path