uvm_move_dir

Crates.iouvm_move_dir
lib.rsuvm_move_dir
version0.2.2
created_at2019-11-04 10:24:41.874294+00
updated_at2025-09-15 07:22:53.028238+00
descriptionOpinionated directory move operation
homepage
repositoryhttps://github.com/Larusso/unity-version-manager
max_upload_size
id177987
size20,255
Manfred Endres (Larusso)

documentation

README

uvm_move_dir

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:

  • to move files into the same path.
  • rename directories

A special windows invocation of MoveFileExW without the MOVEFILE_REPLACE_EXISTING flag, which std::fs::rename sets, allows moving of directories also under windows.

Commit count: 440

cargo fmt