I see there are are a variety of ways of finding the newest file with a particular extension in a folder.
Some are very verbose needing a number of steps and a Quicksort routine or ADO and those using APIs with pages of code.
Any suggestions as to what would be the neatest most direct way of doing this?
For instance I might have a few .CSV with different filenames and other types of files in the same directory.
I just want to be able to get the last CSV made and ignore the others.
Some are very verbose needing a number of steps and a Quicksort routine or ADO and those using APIs with pages of code.
Any suggestions as to what would be the neatest most direct way of doing this?
For instance I might have a few .CSV with different filenames and other types of files in the same directory.
I just want to be able to get the last CSV made and ignore the others.