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
:
AsyncDisposable
(
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
suspend
fun
remove
(
)
:
Void
remove
Async
Link copied to clipboard
abstract
fun
removeAsync
(
)
:
Promise
<
Void
>
A function which removes the created directory.