pub fn copy_file(src_path: &str, dst_path: &str) -> Result<usize, KernelError>Expand description
Copy a file from one location to another
pub fn copy_file(src_path: &str, dst_path: &str) -> Result<usize, KernelError>Copy a file from one location to another