Hi There,
Proberly a really simple request but im desperate for help none the same lol,
I need to write some code that, takes filenames from a folder, and displays them in an order in a list. (Im using Visual Studio btw) lol.
The file names are in the format of
bghtyhgfr5674456_120411_3215.
The last four digits the time, middle set the date. Currently my code can read these file names and saves them as strings however i need to display them in time/date order, most recent first.
What is the best way to go about this?
Thanks in advance
James