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
/
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
)