Hi;
I have a series of files in a folder where the filename is a timestamp, such that the filename of the files are of the form YYMMDDHHMMSSCC.extension where CC is a unique code, 00 or 01 or 02.
I require a script that will pick out the most recent file with a particular CC code - ie. there are several hundred files with the CC of 01, and I want the most recent.
I have had some luck in getting a code to spit out the most recent file, but I havn't been able to include the CC code in my seaches.
Help is required.
Cheers.