chmodAsync

abstract fun chmodAsync(mode: Mode): Promise<Void>(source)

Modifies the permissions on the file. See chmod(2).

Since

v10.0.0

Return

Fulfills with undefined upon success.

Parameters

mode

the file mode bit mask.