Project Overview

This was the first program I created for myself for personal use. In the past, I used to download many media files from the internet, but the file names would be cluttered with information, that isn't all to useful to me, in brackets. After tiring myself by manually removing the extra content from the files names in a single folder, I thought to myself there must be an easier way...

Features and Uses

There were a few things that I had to figure out to put all of it together. First, I created and tested a method that would take a string and output it without the characters that were in brackets. I found the library and methods Java uses to change file names and I created a method that allows me to traverse files in a specific folder/directory. I put all those features together and used JFileChooser to allow the user to select their directory.

Tools and Methods Used

Java, NetBeans, Swing, I/O file Java library, Object-Oriented coding, Data Structures, Algorithm Analysis