ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Program to automatically delete files with specified file extensions.

(1/2) > >>

musicman:
When I launch this program, I would like for it to ask me to brows to a folder of my choosing. once I do this, the program could show me a list of file extensions in that folder, and allow me to check the ones I wish to delete. When I click finish, the program will delete any file with those specified extensions from that folder. Reason I want this is there are some folders on my computer I wish to filter in this way. Hope this isn't too difficult to code and that someone will be able to help out! Thank you guys!

MilesAhead:
You could accomplish the same thing with FreeCommander.  Navigate to a folder. At the bottom status bar there's a small input box that says "quick filter" when you mouse over it.  Put in what you want to delete such as *.jpg or whatever, only those will be shown.  Control-A to select them all.  Hit delete key.  Put in a different filter if you like to continue with another extension.

http://www.freecommander.com/fc_downl_en.htm

Plus the program has a lot of other nice features.  Sadly it's only compiled in 32 bit.

Target:
this functionality probably exists in most 3rd party file managers

in total commander the numpad '+' key brings up the filter select dialog and you can enter a choice manually, or pick from a list of options (audio, video, archives, etc)

sajman99:
There are a number of free search tools like those mentioned in this DC thread which can search the entire disk in mere seconds, if not milliseconds.

For example, with the search tool Everything you need only type .jpeg to find all instances of the .jpeg file extension on your system. Then you will have direct access to those files so you can delete whatever you choose. It's really so simple and fast it's truly amazing.

Also, many of these tools have optional context menu integration so that you can choose to search a specific folder.

skwire:
Here you go (source/binary included): Download

Navigation

[0] Message Index

[#] Next page

Go to full version