LocalPath

interface LocalPath

Represents a path in the local file system that can be represented as a java.io.File resource.

Functions

Link copied to clipboard
open fun exists(): Boolean
Link copied to clipboard
abstract fun toFile(): File

Properties

Link copied to clipboard
open val absolutePath: String