fs_extra icon indicating copy to clipboard operation
fs_extra copied to clipboard

move_item, move_file, move_dir not instantaneous

Open kamiyaa opened this issue 6 years ago • 3 comments

A move should be instantaneous when files/folders are on the same filesystem. But instead, a full copy/remove is done when doing move_*

Not sure if this is within the scope of this project, but I'll make an issue anyways

kamiyaa avatar Jan 04 '19 03:01 kamiyaa

Sorry for late response. Yes, i thinking about when i start to create this lib. But decided release first version on standard rust API. If you have an idea how it's can realize welcome to PR. Or someday i find time for release this feature :wink:

webdesus avatar Feb 06 '19 10:02 webdesus

Maybe use https://doc.rust-lang.org/std/fs/fn.rename.html in these cases(?)

carueda avatar May 21 '20 19:05 carueda

@carueda I think it might be work. I will try to find the time to check it :smiley:

webdesus avatar May 21 '20 20:05 webdesus