div

@Contract(pure = true)
open operator fun EnvPath.div(other: EnvPath): EnvPath

Resolves the given other path against this path.

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

Return

the resulting path.

Parameters

other

the path to resolve against this path.

See also


@Contract(pure = true)
open operator fun Path.div(other: EnvPath): Result<Path>

Resolves the given other path against this path.

Return

the resulting path.

Parameters

other

the path to resolve against this path.