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