fsPromises.rename(oldPath, newPath)
v16.19.1
返回上层文档
►
▼
其他版本
18.15.0
16.19.1
14.21.1
文档搜索
新增于: v10.0.0
oldPath
<string>
|
<Buffer>
|
<URL>
newPath
<string>
|
<Buffer>
|
<URL>
返回:
<Promise>
成功时将使用
undefined
履行。
将
oldPath
重命名为
newPath
。
Added in: v10.0.0
oldPath
<string>
|
<Buffer>
|
<URL>
newPath
<string>
|
<Buffer>
|
<URL>
Returns:
<Promise>
Fulfills with
undefined
upon success.
Renames
oldPath
to
newPath
.