DisposableTempDir

sealed external interface DisposableTempDir : AsyncDisposable(source)

Properties

Link copied to clipboard
abstract var path: String

The path of the created directory.

Functions

Link copied to clipboard
abstract suspend fun remove(): Void
Link copied to clipboard
abstract fun removeAsync(): Promise<Void>

A function which removes the created directory.