I am completely Horrid when it comes to HashMaps.
Im looking for someone that can help me or show me the direction of creating i dynamic TreeMap.
What I want to accomplish is reading the content listing of a Zip archive which basically lists every file in
string format with the entire directory path.
Thats the easy part.
I need to break down all of those entries and create a TreeMap from them so I can basically create a Structure i can access to display the files in something similar to a file explorer.
Any help would be greatly appreciated. or even other ways to view the contents of a zip file in an explorer type fashion as apposed to all files at once