CloseablePath

class CloseablePath(path: Path, closeHandler: (Path) -> Unit) : Closeable

Constructors

Link copied to clipboard
constructor(path: Path, closeHandler: (Path) -> Unit)

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
fun <T> runIn(action: (Path) -> T): T