rapx::utils::fs

Function rap_copy_file

source
pub fn rap_copy_file<P: AsRef<Path>, Q: AsRef<Path>>(
    from: P,
    to: Q,
    msg: impl AsRef<str>,
)