What I need to do if Search a folder say C:\\example
C:\\example
I then need to go through each file and check to see if it matches a few start characters so if fil
Appache commons IO various
FilenameUtils.wildcardMatch
See Apache javadoc here. It matches the wildcard with the filename. So you can use this method for your comparisons.