filehandle.chmod(mode)
v14.21.1
返回上层文档
►
▼
其他版本
18.12.1
16.18.1
14.21.1
文档搜索
新增于: v10.0.0
mode
<integer>
文件模式位掩码。
返回:
<Promise>
成功时将使用
undefined
履行。
修改文件的权限。 参见
chmod(2)
。
Added in: v10.0.0
mode
<integer>
the file mode bit mask.
Returns:
<Promise>
Fulfills with
undefined
upon success.
Modifies the permissions on the file. See
chmod(2)
.