Skip to content

Program which removes the unnecessarily stored empty files including directories

Notifications You must be signed in to change notification settings

montlikadani/RedundantFileRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedundantFileRemover Github All Releases

Does your system is filled with empty directory or files which is unneeded? With this you can remove it.

This is the first C# project I created in December 2020 in my boredom.

Main window

Features

Currently it is only available on Windows (10-8). Not sure if it works on lowest windows versions.

  • Ability to search in the directory where the user wants (this includes sub-directories if the option is enabled)
  • The search operation can ignore the files/directories with specified attributes (like windows, system or hidden files).
  • Option to remove all found empty files and folders
    • (Optional) You can select whenever to remove files from disk or move files into recycle bin.
  • Path exceptions when the program does not search for empty files in the specified directories
  • Can search for all known file types or the user can specify which of the file should search
  • Ability to display errors that occur during a search operation.
  • Pop-up context menu on right click when the user want to open or remove the found file manually
  • Different settings window for options

More coming in future releases...

Installation

  • Download the latest release from Releases tab
  • Unzip the downloaded file
  • Run RedundantFileRemover.exe

Contributing

Any changes are welcome in Pull Request

Requirements

  • .NET framework 4.8
  • WPF
  • IDE, I use Visual Studio version 17
  • C# 10.0 (latest)

About

Program which removes the unnecessarily stored empty files including directories

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages