jprichardson / node-fs-extra

Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
MIT License
9.44k stars 776 forks source link

renameSync got operation not permitted on windows #949

Closed leivii closed 2 years ago

leivii commented 2 years ago

renameSync(path, dest) when dest is an empty folder, error occurs on windows, while it's fine on mac.

RyanZim commented 2 years ago

renameSync is a native fs method; not an fs-extra method: https://nodejs.org/api/fs.html#fsrenamesyncoldpath-newpath