/RecycleBinHelper

Help you select files and delete

Primary LanguageC#

Recycle Bin Helper

Select the items older than X days in the recycle bin and remove them.

Usage

RecycleBinHelper <days> [-s | --silent]
  • <days> REQUIRED. The items older than <days> days will be selected and removed.
  • [-s | --silent] OPTIONAL. No confirm dialogs. Delete files directly.

Examples

  • RecycleBinHelper 0 remove all the items
  • RecycleBinHelper 7 -s remove the items older than one week

Update

V0.1.2-alpha

  • Bug avoided: replace Shell32.Shell.Namespace method