-
Notifications
You must be signed in to change notification settings - Fork 772
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 fs.copyFile
where applicable
#490
Comments
@benjamingr Thanks for bringing this up. Man, I'm so happy to have this in core. 🎉 One question I have: How does Todo list:
|
Self-assigning for now to get the ball rolling, may ask others to help later though. |
@RyanZim I tested when src is a symlink, and |
I'm looking at this project as a way to preserve timestamps while copying files (in Windows), but have run into the EPERM error while copying symlinks. Please be wary of using another method that copies the symlinks but does not preserve timestamps if it's an option to do so. |
@manidlou Do you want to work on using |
Sure thing. I'll work on it. |
That's right! I am working on it. |
It's just |
PR updated for |
OK, I think everything that needs done here is done in |
@arcanis AFAIK, everything's ready for the release, I'd have to double-check. I've just been too busy to release it. I'll try to hit it soon, though it doesn't suit me tonight. Ping me if I don't have 5.0.0 out within a week. |
fs.copyFile
has landed with Node.js 8.5.0. You should consider using it for copying files when/where applicable.The text was updated successfully, but these errors were encountered: