dctools.utilities.file_utils.remove_listof_files

dctools.utilities.file_utils.remove_listof_files(list_files, dir)

Remove a list of files from a given folder.

Parameters:
  • list_files (List[str]) – list of the files to remove

  • dir (str) – directory where to remove files

Return type:

None