Crates.io | uvm_move_dir |
lib.rs | uvm_move_dir |
version | 0.1.1 |
source | src |
created_at | 2019-11-04 10:24:41.874294 |
updated_at | 2019-11-06 17:18:44.905158 |
description | Opinionated directory move operation |
homepage | |
repository | https://github.com/Larusso/unity-version-manager |
max_upload_size | |
id | 177987 |
size | 14,472 |
Opinionated directory move operations.
The default rename
operation from std::fs::rename
doesn't work for some usecases uvm
has during
installation of certain modules. The special move_dir
function in this crate allows:
A special windows invocation of MoveFileExW
without the MOVEFILE_REPLACE_EXISTING
flag, which std::fs::rename
sets,
allows moving of directories also under windows.