⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

copy_file

Function copy_file 

Source
pub fn copy_file(src_path: &str, dst_path: &str) -> Result<usize, KernelError>
Expand description

Copy a file from one location to another