TypedPath

data class TypedPath(val absolutePath: String) : Comparable<TypedPath>

A unix-style path where trailing-slash means it is a folder.

Constructors

Link copied to clipboard
constructor(absolutePath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: TypedPath): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard