jleehr/file_deleter

Deletes files provided by CSV file.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:drupal-module

pkg:composer/jleehr/file_deleter

1.0.0 2023-08-02 05:49 UTC

This package is auto-updated.

Last update: 2025-09-29 02:51:21 UTC


README

Drupal File Deleter Modul

Deletes files provided by a CSV file.

Requirements

  • Drupal 9 | 10
  • Drush >9

Installation

Usage

  • Create a CSV file with the file paths including the prefixed stream wrapper. There should be one file in each row. E.g. public://path_to_file/file.ext

  • Name the CSV file delete.csv and copy it to the public file path.

  • Execute the Drush command drush file-deleter:run.

  • The files will be deleted. Files that are not deleted are logged.