Function cpp_to_rust_common::file_utils::move_files [] [src]

pub fn move_files(src: &PathBuf, dst: &PathBuf) -> Result<()>

Move file or directory src to dst recursively, overwriting previous contents of dst. If corresponding old file has the same content as the new file, timestamps of the old file are preserved.