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