dctools.utilities.file_utils.delete_files_from_list

dctools.utilities.file_utils.delete_files_from_list(directory, list_files)

Remove a list of files in a given directory.

directory(str): directory list_files(List[str]): list of files to delete

Parameters:
  • directory (str)

  • list_files (List[str])