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§

  • copy file from file_path to save_path