File Cleanser

devbackendNode.js

Old file deletion utility built in Node.js

File Cleanser is a simple utility I built because I was tired of manually having to clean out old files from my Downloads folder. Over time, it grew a bit, allowing for multiple user specified configurations on Folders which should be checked as well as how long ago something should have been last edited to be considerd old. I also implemented a separate logging mode to allow a user to review files that would be deleted if the program was ran in the delete mode before doing so.