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
/
lchownAsync
lchown
Async
external
fun
lchownAsync
(
path
:
PathLike
,
uid
:
Number
,
gid
:
Number
)
:
Promise
<
Void
>
(
source
)
Changes the ownership on a symbolic link.
Since
v10.0.0
Return
Fulfills with
undefined
upon success.