let error_remove_files l =
  List.fold_left
    (fun acc -> fun f -> acc^"\n"^f)
    "The following files could not be removed:"
    l