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_pathtosave_path