Skip to content

Add Path.div operator fun #505

Description

@hfhbd

Kotlin stdlib has Path.div(other: String): Path: https://github.com/JetBrains/kotlin/blob/2.3.20/libraries/stdlib/jdk7/src/kotlin/io/path/PathUtils.kt#L974

It is trivial to add it:

operator fun Path.div(relativePath: String): Path = Path(this, relativePath)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions