Function cp_all

Source
pub fn cp_all(
    source_dir: &Path,
    dest_dir: &Path,
    exec: bool,
) -> Result<(), String>