参数 oldPath 和 newPath 可以是使用 file: 协议的 WHATWG URL 对象。 支持目前仍处于实验阶段。
oldPath
newPath
file:
URL
新增于: v0.1.21
将文件从 oldPath 重命名为 newPath。 返回 undefined。
undefined
有关更多详细信息,请参阅 POSIX rename(2) 文档。
rename(2)
The oldPath and newPath parameters can be WHATWG URL objects using file: protocol. Support is currently still experimental.
Added in: v0.1.21
Renames the file from oldPath to newPath. Returns undefined.
See the POSIX rename(2) documentation for more details.