参数 path 可以是使用 file: 协议的 WHATWG URL 对象。 支持目前仍处于实验阶段。
path
file:
URL
新增于: v0.1.97
uid
gid
同步地更改文件的所有者和群组。 返回 undefined。 这是 fs.chown() 的同步版本。
undefined
fs.chown()
另见: chown(2)。
chown(2)
The path parameter can be a WHATWG URL object using file: protocol. Support is currently still experimental.
Added in: v0.1.97
Synchronously changes owner and group of a file. Returns undefined. This is the synchronous version of fs.chown().
See also: chown(2).