I need to loop through <cfdirectory
I need to loop through this query and add a new column to each row in fileQuery query which contains the a date object represented in the filename
<cfdirectory directory = "#dir#" name = "fileQuery" sort = "datelastmodified">
the fileQuery.fileName is of the following format
staffID1247date12_30_2000.flv
(note the date is MM DD YYYY)
Could anyone advise?
Message was edited by: nikos101
