toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.fs
/
FileHandle
/
statAsync
stat
Async
abstract
fun
statAsync
(
opts
:
FileHandleStatOpts
=
definedExternally
)
:
Promise
<
Stats
>
(
source
)
Since
v10.0.0
Return
Fulfills with an {fs.Stats} for the file.
abstract
fun
statAsync
(
opts
:
FileHandleStatBigIntOpts
)
:
Promise
<
BigIntStats
>
(
source
)
abstract
fun
statAsync
(
opts
:
StatOptions
=
definedExternally
)
:
Promise
<
Any
>
(
source
)