Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-node
/
node.fs
/
_DisposableTempDir
_
Disposable
Temp
Dir
sealed
external
interface
_DisposableTempDir
:
Disposable
(
source
)
Members
Properties
path
Link copied to clipboard
abstract
var
path
:
String
The path of the created directory.
Functions
remove
Link copied to clipboard
abstract
fun
remove
(
)
A function which removes the created directory.