Function aklat::utils::fs::copy_files_except_ext [] [src]

pub fn copy_files_except_ext(
    from: &Path,
    to: &Path,
    recursive: bool,
    ext_blacklist: &[&str]
) -> Result<(), Box<Error>>

Copies all files of a directory to another one except the files with the extensions given in the ext_blacklist array