rename
rename(
this,oldPath,newPath,cb?):void
Defined in: src/node/async.ts:35
Asynchronous rename. No arguments other than a possible exception are given to the completion callback.
Parameters
Section titled “Parameters”unknown
oldPath
Section titled “oldPath”PathLike
newPath
Section titled “newPath”PathLike
Callback = nop
Returns
Section titled “Returns”void