in reply to Get latest file based on name
First, a quick tip. If you can use <c></c> around your code, it will make it much easier for others to read it. To illustrate the difference, Corion's response to your post is using those tags.
If I read your post correctly, you're wanting to do the following:
Based on that assumption, here's the general method that I would take to do that task (without being concerned with efficiency):
This might not be the most efficient method of doing it, but it would be approach that I personally would start off with.
|
|---|