Crate rawcopy_rs_next
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§
- copy file from
file_path
tosave_path