Skip to main content

copy_file

Function copy_file 

Source
pub fn copy_file(src: &Path, dst: &Path, config: &CpConfig) -> Result<()>
Expand description

Copy a single file (or symlink) from src to dst.