参数 path 可以是使用 file: 协议的 WHATWG URL 对象。
path
file:
URL
新增于: v0.1.97
uid
gid
同步地更改文件的所有者和群组。 返回 undefined。 这是 fs.chown() 的同步版本。
undefined
fs.chown()
有关更多详细信息,请参阅 POSIX chown(2) 文档。
chown(2)
The path parameter can be a WHATWG URL object using file: protocol.
Added in: v0.1.97
Synchronously changes owner and group of a file. Returns undefined. This is the synchronous version of fs.chown().
See the POSIX chown(2) documentation for more detail.