Forum Discussion
TanyaYatskovska
Alumni
14 years agoHi Raluca,
You can implement a simple loop to iterate through all subfolders and find the maximum date by comparing each subfolder name. To compare dates, first of all, you need to convert the string name to Date/Time and compare them by using the aqDateTime.Compare method.
What script language are you using? Maybe someone has a ready sample that can be shared here.