Renames the file from oldPath to newPath. Returns undefined.
oldPath
newPath
undefined
See the POSIX rename(2) documentation for more details.
rename(2)
v0.1.21
Generated using TypeDoc
Renames the file from
oldPath
tonewPath
. Returnsundefined
.See the POSIX
rename(2)
documentation for more details.