Crate rawcopy_rs

Crate rawcopy_rs 

Source
Expand description

RawCopy crate provides the capability to use “Volume Shadow Copy technology” for file copying in Rust.
Primarily aimed at replicating files that cannot be directly copied due to being in use.

   rawcopy_rs::rawcopy(file_path, save_path)?;

Functions§

rawcopy
copy file from file_path to save_path