Function bfom_lib::utilities::processing::copy_files

source ·
pub fn copy_files(
    src: &Path,
    dest: &Path,
    forbidden_files: &[&str],
    forbidden: &[&Path]
) -> Result<()>