nicetoolbox.utils.in_out.delete_files_into_list

nicetoolbox.utils.in_out.delete_files_into_list(filepath_list: list) None[source]

Deletes the files specified in the given list of filepaths.

Parameters:

filepath_list (list) – A list of filepaths to be deleted.

Returns:

None

Raises:

Exception – If the file cannot be deleted.