Function copy_file

Source
pub fn copy_file(src: &str, dst: &str) -> Result<u64, FileError>
Expand description

It returns the total number of bytes copied.