• Project date: August, 2017
  • Github link: autoSort

autoSort

Motivation:

That application began as a friend complaining to me of having to constantly move downloaded mp3 files from the downloads folder to the desktop. So I decided to create a Java program that would scan the downloads folder for mp3 files. Then move those files to the desktop. I gave that version of the program to my friend and she was very satisfied with the result. Afterwards by popular demand from friends and for personal use, I added in the capability to move PDF and Microsoft word documents and to also decided to make it a background process instead, so everytime the user downloaded a new file, it would check if the file is Mp3, pdf or a word document and move it to desktop.