Denis Kurilenko
Denis Kurilenko
Hi @rgwood! Thank you for the detail report. Sound awful. I will fix it on this week.
I tried to come up with a fast crutch, but I see you already fixed this moment in your app. In the near future, I will try to fix this...
Sorry, but fs_extra does not exist method dir_copy. fs_extra have this method [fs_extra::dir::copy](https://docs.rs/fs_extra/*/fs_extra/dir/fn.copy.html) which contains third argument [copy_options](https://docs.rs/fs_extra/*/fs_extra/dir/struct.CopyOptions.html), where you can set necessary settings for copy operation. If you are...
Thank you for your feedback, i will improve docs :)
Hi @ctron, > is not as cp -r I checked right now behaviors `cp -r` and this behavior the same as mine. These operations have a different outcome if the...
Hi @ smallB007 thank you for your PR. I got it your point. But i think this is should be a different solution .... I'm not sure... i will think...
My offer was only for one method from others. My pooint is: - Make macros function or function wich get input like `cp` command - We can using another approach...
@KSXGitHub total number of bytes copied
Very interesting case, i will check it
@Frazzer951 Do you have the same problem? Unfortunately, I can't reproduce it... And second question: Do you move the directory from one disk to another?