-
Notifications
You must be signed in to change notification settings - Fork 145
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
copyTo function from a dir to a dir empties the target dir when overwrite is true #77
Comments
I found when using |
…l files in target folder.
I think that
|
Fixed in #168 |
Hi,
I've found out that when I'm calling copyTo from a dir to a target dir it empties the target dir, which seems to me pretty odd behaviour. Normally when one copies files from a source dir to a target dir doesn't expect that the target dir gets erased.
Jakub
The text was updated successfully, but these errors were encountered: