In my last post there was some Java code for bundling up PDF files. In this post, it’s back!
This time with the focus being on the comparison method of the filenames. The problem with the default sort is that a number will always be ranked higher than a letter.
The files I’m trying to . . .
→ Continue reading Sorting in Java – Letters First