chmodAsync

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.