_DisposableTempDir

sealed external interface _DisposableTempDir : Disposable(source)

Properties

Link copied to clipboard
abstract var path: String

The path of the created directory.

Functions

Link copied to clipboard
abstract fun remove()

A function which removes the created directory.