Very simple command line application that keeps a directory clean by copying the directory files to subdirectories by date and removes the oldest ones according to the maximum number of days to keep old data.

The idea is to call this program once a day for directories like 'Downloads', where it's handy to use always the same directory path for the browser downloads. With this small application the directory can be clean, only with the files downloaded today and the old downloads can be accessed during some days. The search of old files is easy, because the old subdirs have a name with the date in format "year_month_day".

The call from the command line has two parameters:
* the directory to clean up
* the number of days to keep the old subdirectories

If more than one directory has to be cleaned up a different call has to be done for every directory.

It needs to have Java installed (version>=8). Call example:

java -jar DirAutoCleaner-<version>.jar C:\MyUser\Downloads 14

Project Activity

See All Activity >

License

MIT License

Follow DirAutoCleaner

DirAutoCleaner Web Site

Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects Icon
$300 Free Credits for Your Google Cloud Projects

Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of DirAutoCleaner!

Additional Project Details

Operating Systems

Linux, Mac, Windows

User Interface

Command-line

Programming Language

Java

Registered

2018-07-08