toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.fs
/
chmodAsync
chmod
Async
external
fun
chmodAsync
(
path
:
PathLike
,
mode
:
Mode
)
:
Promise
<
Void
>
(
source
)
Changes the permissions of a file.
Since
v10.0.0
Return
Fulfills with
undefined
upon success.