FilePath

class FilePath(val absolutePath: Path, val basePath: Path? = null, val relativePath: Path? = null)

Represents both absolute path and relative path if available.

Constructors

Link copied to clipboard
constructor(absolutePath: Path, basePath: Path? = null, relativePath: Path? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val basePath: Path? = null
Link copied to clipboard
val relativePath: Path? = null

Functions

Link copied to clipboard
open override fun toString(): String