I need to be able to read in all of the bmp files in a directory, preferably as strings, and be able to parse the filesnames somehow. My higher-up's have decided to scan in our work orders and name the files something like "account#-date.bmp", and I need to be able to find the files based on the account#, and then sort those based on the date. Apparantly a database setup would be far too easy, and they hate making things easy on me.
Anyone have any ideas on how I could go about this? Please?
Anyone have any ideas on how I could go about this? Please?