fs_err
pub fn copy<P, Q>(from: P, to: Q) -> Result<u64> where P: AsRef<Path> + Into<PathBuf>, Q: AsRef<Path> + Into<PathBuf>,
Wrapper for fs::copy.
fs::copy