Path

Represents a file system path to a resource

class Path
class Path

Constructors

Path
Link copied to clipboard
ios
fun Path(absolutePath: String?, relativePath: String?)
Path
Link copied to clipboard
js
fun Path(absolutePath: String?, relativePath: String?)
Path
Link copied to clipboard
fun Path(absolutePath: String?, relativePath: String?)
Path
Link copied to clipboard
fun Path()
fun Path()

Types

Companion
Link copied to clipboard
common
object Companion

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String
open override fun toString(): String

Properties

absolutePath
Link copied to clipboard

Absolute path to the resource

var absolutePath: PathComponent?
var absolutePath: PathComponent?
relativePath
Link copied to clipboard

Relative Path to the resource

var relativePath: PathComponent?
var relativePath: PathComponent?