-
Notifications
You must be signed in to change notification settings - Fork 8
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
move overwrite #9
Comments
Take a look at https://github.com/coolaj86/utile-fs/blob/master/fs.extra/fs.copy.js#L9 If you port that change over to fs.move and put in a pull request I'll give you access to merge and publish to npm. |
I guess it already does, as it extends fs.copy functionalities... Try Passing fs.move("[SOURCE_PATH]", "[DEST_PATH]", {overwrite: true}, function (err) { } ); |
@Shub1427
Windows 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should let move function take overwrite opts. Thanks
The text was updated successfully, but these errors were encountered: