szwacz / fs-jetpack

Better file system API for Node.js
MIT License
777 stars 41 forks source link

`move` does not work across partitions/devices #88

Closed papb closed 4 years ago

papb commented 4 years ago

It throws EXDEV error.

I suggest using move-file under the hood to solve this.

papb commented 4 years ago

Oops, duplicate of #48, sorry about that!