Function simics::util::copy_dir_contents

source ยท
pub fn copy_dir_contents<P>(src_dir: P, dst_dir: P) -> Result<()>
where P: AsRef<Path>,
Expand description

Copy the contents of one directory to another, recursively, overwriting files if they exist but without replacing directories or their contents if they already exist