- Notifications
You must be signed in to change notification settings - Fork0
A simple command line tool to erase all files with same extension
License
NotificationsYou must be signed in to change notification settings
evilprince2009/GarbageCleaner
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Want to delete all files in a directory with same extensions ? Deleting them one by one is a pain.GarbageCleaner is here to help you. Just open this command line , put your directory path , extensions you want to delete and forget it. Thousand of unwanted files will be deleted in a few seconds.
- .NET Core Version 5.0.301
- ⚡ Download the source code and build it using Visual Studio or VSCode.
- ⚡ Run it from Visual Studio , VSCode or command line. Alternatively you can run it by clicking the GarbageCleaner.exe file located inside
\GarbageCleaner\bin\Debug\net5.0
directory. - ⚡ Put your directory path where your files are located and the file extensions you want to delete.
- ⚡ Example:
C:\Users\User\Desktop\images
. (Directory that contains your files) - ⚡ Example:
jpg
. (Extensions you want to delete. You don't need to put the dot before the extension)
- ⚡ Example:
- ⚡ This is all you need to do.