Hi Guys,
I am making an SQL Query that brings back a list of files and their paths. They have different file paths and different file names ofc.
The file names are dates and time in the form of YearMonthDayHourMinuteSeconds.
What I need to do is take the filepath that thas the latest date and time, strip off everything except the date and time part and then using the date and time requery the database.
I have very few ideas on how to do this.
EDIT: The date will be chagning and I need to take the latest when ever the program is run.
Thanks,