-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the COPYFILE_FICLONE
constant
#27
Comments
Just wondering how this would be implemented:
For the sync version, just add the flag if it exists Right? |
Let's wait a little bit with this. It has some issues: nodejs/node#27273 |
Since the problem will always exist with the current Node versions, how about working around it keyed by version and platform? |
Current patch versions, you're right, but the Node.js team backports fixes all the time, so might be fixed in a patch/minor Node.js 8 version. I prefer to hold on for a bit and see if they'll do. |
If anyone wants to work on this, see the initial attempt and feedback in #40. |
For faster copy.
https://nodejs.org/api/fs.html#fs_fs_copyfile_src_dest_flags_callback
The text was updated successfully, but these errors were encountered: