jprichardson / node-fs-extra

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

Add copy on write support #906

Closed In-line closed 2 years ago

RyanZim commented 3 years ago

I'm not opposed to the idea of adding this, but if we're going to do this, it needs to be mirrored for copySync. Also, we should have a test that uses this flag; not sure that we can actually test that it's working correctly, but we should at least exercise the happy path here.

RyanZim commented 2 years ago

Closing as abandoned; if someone wants to pick this up, please open a new PR.