Latest Posts

Reading a folder with unknown number of files in Java

One step of my second assignment in constructing a playlist involved reading in a list of csv files to construct the playlist from.  I wanted to make a pretty comprehensive way to do it without listing all the files in

Using OpenCSV to parse CSV files in Java

Part of my degree path in Information Systems requires taking my programming classes in Java so far, and that includes Data Structures.  Due to the nature of the course, majority of our assignments involve parsing data in a manner that