This application solves a problem I have long seen creators, myself included, run into. How to clean up unused assets from the folder? There are existing tools like kill-thumbs, but it's a batch file that only targets thumbs.db, and isn't all that reliable. Chronocrash Modder's Tools has an orphan file remover in it, but awesome as that app is (seriously, get it right now if you haven't already), I found the orphan tool feature to be really clunky and hit or miss accuracy. Same goes for any generic file search utilities out there in the wild.
So, I built my own.

I'd actually created the app quite some time ago, but it was written as a PowerShell script for my own use, and required PS 7+ to function due to the GUI interface. Meaning, there wasn't much point in sharing because if you knew how to get the latest PS installed and running, you could have already rolled your own tool anyway.
...Not any more. I recently rewrote it in C# to compile and share as an executable. Gave me a chance to get some practice since I haven't done a lot of C# work before. Hopefully some of you find it useful.
DC
So, I built my own.

I'd actually created the app quite some time ago, but it was written as a PowerShell script for my own use, and required PS 7+ to function due to the GUI interface. Meaning, there wasn't much point in sharing because if you knew how to get the latest PS installed and running, you could have already rolled your own tool anyway.
...Not any more. I recently rewrote it in C# to compile and share as an executable. Gave me a chance to get some practice since I haven't done a lot of C# work before. Hopefully some of you find it useful.
DC