.torrent File Cleaner

Published 2017-05-12
I wrote this program as a quick way to delete all .torrent files from the default directory of utorrent as well as a download directory of your choosing.

Download Link: 1drv.ms/f/s!Aoe2_ulEJdUshOZWrAlIKuujO8Tbqw

You may receive a warning from Windows smart screen when running the executable for the first time, however the file is safe.

Music provided by: www.bensound.com/

All Comments (4)
  • Version 1.2 update: Added the ability to parse the utorrent resume.dat file and compare the text strings with the torrent file names so that only inactive torrents are deleted. Reprogrammed the way the log file is written to show files deleted and active files not deleted
  • Version 1.1 update: Fixed bug where too many .torrent files would freeze program. Added temp folder log file so users can see a list of torrents that were deleted the last time the program was ran. This file can be accessed and deleted through the GUI.
  • Version 1.3 update: Fixed situation where filenames with a "%" in the name would fail to delete by switching to SYSTEM.IO.FILE method for deletion. Added ability to save the log file to a directory of your choosing. Moved the mousedown drag window to a the green cross in lower left corner. In the future I would like to add a one click ad removal function, however the utorrent settings.dat file doesn't like to be played with. If anyone has any ideas I would love to hear them.